Searched refs:rescaler_t (Results 1 – 11 of 11) sorted by relevance
38 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;
48 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()
48 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()
84 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()
33 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()
250 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;
29 typedef uint32_t rescaler_t; // type for side-buffer typedef46 rescaler_t* irow, *frow; // work buffer55 rescaler_t* const work);
25 int num_channels, rescaler_t* const work) { in WebPRescalerInit()120 rescaler_t* const tmp = wrk->irow; in WebPRescalerImport()
171 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()
304 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()
542 rescaler_t* work; // Rescaler work area. in AllocateAndInitRescaler()558 work = (rescaler_t*)memory; in AllocateAndInitRescaler()