Searched defs:frow (Results 1 – 7 of 7) sorted by relevance
37 rescaler_t* frow = wrk->frow + channel; in ImportRowShrink() local96 rescaler_t* frow = wrk->frow + channel; in ImportRowExpand() local151 const rescaler_t* frow = wrk->frow; in ExportRowExpand() local214 const rescaler_t* frow = wrk->frow; in ExportRowShrink() local
44 static uint32x4_t Interpolate(const rescaler_t* const frow, in Interpolate()65 const rescaler_t* const frow = wrk->frow; in RescalerExportRowExpand() local121 const rescaler_t* const frow = wrk->frow; in RescalerExportRowShrink() local
32 const rescaler_t* frow = wrk->frow; in ExportRowShrink() local170 const rescaler_t* frow = wrk->frow; in ExportRowExpand() local
100 const rescaler_t* const frow = wrk->frow; in WebPRescalerExportRowExpandC() local131 const rescaler_t* const frow = wrk->frow; in WebPRescalerExportRowShrinkC() local
116 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() local265 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
47 rescaler_t* frow = wrk->frow; in RescalerImportRowExpandSSE2() local122 rescaler_t* frow = wrk->frow; in RescalerImportRowShrinkSSE2() local234 const rescaler_t* const frow = wrk->frow; in RescalerExportRowExpandSSE2() local294 const rescaler_t* const frow = wrk->frow; in RescalerExportRowShrinkSSE2() local
46 rescaler_t* irow, *frow; // work buffer member