Home
last modified time | relevance | path

Searched refs:rescaler_t (Results 1 – 11 of 11) sorted by relevance

/external/webp/src/dsp/
Drescaler_mips32.c38 rescaler_t* frow = wrk->frow + channel; in ImportRowShrink_MIPS32()
98 rescaler_t* frow = wrk->frow + channel; in ImportRowExpand_MIPS32()
151 rescaler_t* irow = wrk->irow; in ExportRowExpand_MIPS32()
153 const rescaler_t* frow = wrk->frow; in ExportRowExpand_MIPS32()
216 rescaler_t* irow = wrk->irow;
217 const rescaler_t* frow = wrk->frow;
Drescaler_neon.c48 static uint32x4_t Interpolate_NEON(const rescaler_t* const frow, in Interpolate_NEON()
49 const rescaler_t* const irow, in Interpolate_NEON()
66 rescaler_t* const irow = wrk->irow; in RescalerExportRowExpand_NEON()
69 const rescaler_t* const frow = wrk->frow; in RescalerExportRowExpand_NEON()
120 rescaler_t* const irow = wrk->irow; in RescalerExportRowShrink_NEON()
123 const rescaler_t* const frow = wrk->frow; in RescalerExportRowShrink_NEON()
Drescaler_sse2.c48 rescaler_t* frow = wrk->frow; in RescalerImportRowExpand_SSE2()
49 const rescaler_t* const frow_end = frow + wrk->dst_width * wrk->num_channels; in RescalerImportRowExpand_SSE2()
121 rescaler_t* frow = wrk->frow; in RescalerImportRowShrink_SSE2()
122 const rescaler_t* const frow_end = wrk->frow + 4 * wrk->dst_width; in RescalerImportRowShrink_SSE2()
171 static WEBP_INLINE void LoadDispatchAndMult_SSE2(const rescaler_t* const src, in LoadDispatchAndMult_SSE2()
231 rescaler_t* const irow = wrk->irow; in RescalerExportRowExpand_SSE2()
233 const rescaler_t* const frow = wrk->frow; in RescalerExportRowExpand_SSE2()
289 rescaler_t* const irow = wrk->irow; in RescalerExportRowShrink_SSE2()
291 const rescaler_t* const frow = wrk->frow; in RescalerExportRowShrink_SSE2()
Drescaler.c84 const rescaler_t frac = base * (-accum); in WebPRescalerImportRowShrink_C()
101 rescaler_t* const irow = wrk->irow; in WebPRescalerExportRowExpand_C()
103 const rescaler_t* const frow = wrk->frow; in WebPRescalerExportRowExpand_C()
130 rescaler_t* const irow = wrk->irow; in WebPRescalerExportRowShrink_C()
132 const rescaler_t* const frow = wrk->frow; in WebPRescalerExportRowShrink_C()
Drescaler_mips_dsp_r2.c33 rescaler_t* irow = wrk->irow;
34 const rescaler_t* frow = wrk->frow;
169 rescaler_t* irow = wrk->irow; in ExportRowExpand_MIPSdspR2()
171 const rescaler_t* frow = wrk->frow; in ExportRowExpand_MIPSdspR2()
Drescaler_msa.c250 rescaler_t* irow = wrk->irow; in RescalerExportRowExpand_MIPSdspR2()
252 const rescaler_t* frow = wrk->frow; in RescalerExportRowExpand_MIPSdspR2()
414 rescaler_t* irow = wrk->irow;
416 const rescaler_t* frow = wrk->frow;
/external/webp/src/utils/
Drescaler_utils.h29 typedef uint32_t rescaler_t; // type for side-buffer typedef
46 rescaler_t* irow, *frow; // work buffer
55 rescaler_t* const work);
Drescaler_utils.c25 int num_channels, rescaler_t* const work) { in WebPRescalerInit()
120 rescaler_t* const tmp = wrk->irow; in WebPRescalerImport()
/external/webp/src/enc/
Dpicture_rescale_enc.c171 rescaler_t* const work, in RescalePlane()
201 rescaler_t* work; in WebPPictureRescale()
217 work = (rescaler_t*)WebPSafeMalloc(2ULL * width, sizeof(*work)); in WebPPictureRescale()
245 work = (rescaler_t*)WebPSafeMalloc(2ULL * width * 4, sizeof(*work)); in WebPPictureRescale()
/external/webp/src/dec/
Dio_dec.c304 rescaler_t* work; in InitYUVRescaler()
318 work = (rescaler_t*)p->memory; in InitYUVRescaler()
484 rescaler_t* work; // rescalers work area in InitRGBRescaler()
503 work = (rescaler_t*)p->memory; in InitRGBRescaler()
Dvp8l_dec.c542 rescaler_t* work; // Rescaler work area. in AllocateAndInitRescaler()
558 work = (rescaler_t*)memory; in AllocateAndInitRescaler()