Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Drescaler_mips32.c38 rescaler_t* frow = wrk->frow + channel; in ImportRowShrink_MIPS32() local
98 rescaler_t* frow = wrk->frow + channel; in ImportRowExpand_MIPS32() local
153 const rescaler_t* frow = wrk->frow; in ExportRowExpand_MIPS32() local
Drescaler_neon.c48 static uint32x4_t Interpolate_NEON(const rescaler_t* const frow, in Interpolate_NEON()
69 const rescaler_t* const frow = wrk->frow; in RescalerExportRowExpand_NEON() local
123 const rescaler_t* const frow = wrk->frow; in RescalerExportRowShrink_NEON() local
Drescaler.c103 const rescaler_t* const frow = wrk->frow; in WebPRescalerExportRowExpand_C() local
132 const rescaler_t* const frow = wrk->frow; in WebPRescalerExportRowShrink_C() local
Drescaler_sse2.c48 rescaler_t* frow = wrk->frow; in RescalerImportRowExpand_SSE2() local
121 rescaler_t* frow = wrk->frow; in RescalerImportRowShrink_SSE2() local
233 const rescaler_t* const frow = wrk->frow; in RescalerExportRowExpand_SSE2() local
291 const rescaler_t* const frow = wrk->frow; in RescalerExportRowShrink_SSE2() local
Drescaler_msa.c117 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()
252 const rescaler_t* frow = wrk->frow; in RescalerExportRowExpand_MIPSdspR2() local
Drescaler_mips_dsp_r2.c171 const rescaler_t* frow = wrk->frow; in ExportRowExpand_MIPSdspR2() local
/external/webp/src/utils/
Drescaler_utils.h46 rescaler_t* irow, *frow; // work buffer member