Home
last modified time | relevance | path

Searched defs:frow (Results 1 – 7 of 7) sorted by relevance

/external/webp/src/dsp/
Drescaler_mips32.c37 rescaler_t* frow = wrk->frow + channel; in ImportRowShrink() local
96 rescaler_t* frow = wrk->frow + channel; in ImportRowExpand() local
151 const rescaler_t* frow = wrk->frow; in ExportRowExpand() local
214 const rescaler_t* frow = wrk->frow; in ExportRowShrink() local
Drescaler_neon.c44 static uint32x4_t Interpolate(const rescaler_t* const frow, in Interpolate()
65 const rescaler_t* const frow = wrk->frow; in RescalerExportRowExpand() local
121 const rescaler_t* const frow = wrk->frow; in RescalerExportRowShrink() local
Drescaler_mips_dsp_r2.c32 const rescaler_t* frow = wrk->frow; in ExportRowShrink() local
170 const rescaler_t* frow = wrk->frow; in ExportRowExpand() local
Drescaler.c100 const rescaler_t* const frow = wrk->frow; in WebPRescalerExportRowExpandC() local
131 const rescaler_t* const frow = wrk->frow; in WebPRescalerExportRowShrinkC() local
Drescaler_msa.c116 static WEBP_INLINE void ExportRowExpand_0(const uint32_t* frow, uint8_t* dst, in ExportRowExpand_0()
174 static WEBP_INLINE void ExportRowExpand_1(const uint32_t* frow, uint32_t* irow, in ExportRowExpand_1()
253 const rescaler_t* frow = wrk->frow; in RescalerExportRowExpand() local
265 static WEBP_INLINE void ExportRowShrink_0(const uint32_t* frow, uint32_t* irow, in ExportRowShrink_0()
418 const rescaler_t* frow = wrk->frow; in RescalerExportRowShrink() local
Drescaler_sse2.c47 rescaler_t* frow = wrk->frow; in RescalerImportRowExpandSSE2() local
122 rescaler_t* frow = wrk->frow; in RescalerImportRowShrinkSSE2() local
234 const rescaler_t* const frow = wrk->frow; in RescalerExportRowExpandSSE2() local
294 const rescaler_t* const frow = wrk->frow; in RescalerExportRowShrinkSSE2() local
/external/webp/src/utils/
Drescaler_utils.h46 rescaler_t* irow, *frow; // work buffer member