Searched defs:rx (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/include/twl/dsp/common/ |
| D | graphics.h | 236 static inline BOOL DSP_Scaling(const void* src, void* dst, u16 img_width, u16 img_height, f32 rx, f… in DSP_Scaling() 245 static inline BOOL DSP_ScalingFx(const void* src, void* dst, u16 img_width, u16 img_height, fx32 rx… in DSP_ScalingFx() 254 …ne BOOL DSP_ScalingAsync(const void* src, void* dst, u16 img_width, u16 img_height, f32 rx, f32 ry, in DSP_ScalingAsync() 264 …OOL DSP_ScalingFxAsync(const void* src, void* dst, u16 img_width, u16 img_height, fx32 rx, fx32 ry, in DSP_ScalingFxAsync() 274 static inline BOOL DSP_ScalingEx(const void* src, void* dst, u16 img_width, u16 img_height, f32 rx,… in DSP_ScalingEx() 284 …P_ScalingFxEx(const void* src, void* dst, u16 img_width, u16 img_height, fx32 rx, fx32 ry, DSPGrap… in DSP_ScalingFxEx() 294 …calingAsyncEx(const void* src, void* dst, u16 img_width, u16 img_height, f32 rx, f32 ry, DSPGraphi… in DSP_ScalingAsyncEx() 304 …lingFxAsyncEx(const void* src, void* dst, u16 img_width, u16 img_height, fx32 rx, fx32 ry, DSPGrap… in DSP_ScalingFxAsyncEx()
|
| /TwlSDK-5.1.0/build/libraries/dsp/ARM9.TWL/src/ |
| D | dsp_graphics.c | 241 BOOL DSPi_ScalingCore(const void* src, void* dst, u16 img_width, u16 img_height, f32 rx, f32 ry, DS… in DSPi_ScalingCore() 319 BOOL DSPi_ScalingFxCore(const void* src, void* dst, u16 img_width, u16 img_height, fx32 rx, fx32 ry… in DSPi_ScalingFxCore()
|