Home
last modified time | relevance | path

Searched defs:frow (Results 1 – 8 of 8) 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_sse2.c46 rescaler_t* frow = wrk->frow; in RescalerImportRowExpandSSE2() local
121 rescaler_t* frow = wrk->frow; in RescalerImportRowShrinkSSE2() local
233 const rescaler_t* const frow = wrk->frow; in RescalerExportRowExpandSSE2() local
293 const rescaler_t* const frow = wrk->frow; in RescalerExportRowShrinkSSE2() local
/external/opencv3/3rdparty/libwebp/utils/
Drescaler.h37 int32_t* irow, *frow; // work buffer member
Drescaler.c102 const int32_t* const frow = wrk->frow; in WebPRescalerExportRow() local
/external/webp/src/utils/
Drescaler.h46 rescaler_t* irow, *frow; // work buffer member