Home
last modified time | relevance | path

Searched refs:img_width (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.5/include/twl/dsp/common/
Dgraphics.h74 u16 img_width; member
111 BOOL DSPi_ScalingCore(const void* src, void* dst, u16 img_width, u16 img_height, f32 rw, f32 ry, DS…
113 BOOL DSPi_ScalingFxCore(const void* src, void* dst, u16 img_width, u16 img_height, fx32 rw, fx32 ry…
236 static inline BOOL DSP_Scaling(const void* src, void* dst, u16 img_width, u16 img_height, f32 rx, f… in DSP_Scaling() argument
240 …return DSPi_ScalingCore(src, dst, img_width, img_height, rx, ry, mode, 0, 0, img_width, img_height… 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() argument
249 …return DSPi_ScalingFxCore(src, dst, img_width, img_height, rx, ry, mode, 0, 0, img_width, img_heig… in DSP_ScalingFx()
254 static inline BOOL DSP_ScalingAsync(const void* src, void* dst, u16 img_width, u16 img_height, f32 … in DSP_ScalingAsync() argument
259 …return DSPi_ScalingCore(src, dst, img_width, img_height, rx, ry, mode, 0, 0, img_width, img_height… in DSP_ScalingAsync()
264 static inline BOOL DSP_ScalingFxAsync(const void* src, void* dst, u16 img_width, u16 img_height, fx… in DSP_ScalingFxAsync() argument
[all …]
/TwlSDK-5.5/build/libraries/dsp/ARM9.TWL/src/
Ddsp_graphics.c298 BOOL DSPi_ScalingCore(const void* src, void* dst, u16 img_width, u16 img_height, f32 rx, f32 ry, DS… in DSPi_ScalingCore() argument
340 sc_param.img_width = img_width; in DSPi_ScalingCore()
379 BOOL DSPi_ScalingFxCore(const void* src, void* dst, u16 img_width, u16 img_height, fx32 rx, fx32 ry… in DSPi_ScalingFxCore() argument
422 sc_param.img_width = img_width; in DSPi_ScalingFxCore()