HomeSort by relevance Sort by last modified time
    Searched refs:WebPRescalerExportRowExpand (Results 1 - 7 of 7) sorted by null

  /external/webp/src/dsp/
rescaler.c 173 WebPRescalerExportRowExpand(wrk);
196 WebPRescalerExportRowFunc WebPRescalerExportRowExpand;
208 WebPRescalerExportRowExpand = WebPRescalerExportRowExpand_C;
245 assert(WebPRescalerExportRowExpand != NULL);
rescaler_mips32.c 287 WebPRescalerExportRowExpand = ExportRowExpand_MIPS32;
rescaler_mips_dsp_r2.c 306 WebPRescalerExportRowExpand = ExportRowExpand_MIPSdspR2;
rescaler_neon.c 184 WebPRescalerExportRowExpand = RescalerExportRowExpand_NEON;
dsp.h 541 extern WebPRescalerExportRowFunc WebPRescalerExportRowExpand;
rescaler_sse2.c 358 WebPRescalerExportRowExpand = RescalerExportRowExpand_SSE2;
rescaler_msa.c 435 WebPRescalerExportRowExpand = RescalerExportRowExpand_MIPSdspR2;

Completed in 263 milliseconds