Home
last modified time | relevance | path

Searched refs:y_expand (Results 1 – 8 of 8) sorted by relevance

/external/webp/src/utils/
Drescaler_utils.c29 wrk->y_expand = (src_height < dst_height); in WebPRescalerInit()
47 wrk->y_add = wrk->y_expand ? y_add - 1 : y_add; in WebPRescalerInit()
48 wrk->y_sub = wrk->y_expand ? y_sub - 1 : y_sub; in WebPRescalerInit()
49 wrk->y_accum = wrk->y_expand ? wrk->y_sub : wrk->y_add; in WebPRescalerInit()
50 if (!wrk->y_expand) { in WebPRescalerInit()
119 if (wrk->y_expand) { in WebPRescalerImport()
125 if (!wrk->y_expand) { // Accumulate the contribution of the new row. in WebPRescalerImport()
Drescaler_utils.h33 int y_expand; // true if we're expanding in the y direction member
/external/webp/src/dsp/
Drescaler.c106 assert(wrk->y_expand); in WebPRescalerExportRowExpand_C()
136 assert(!wrk->y_expand); in WebPRescalerExportRowShrink_C()
172 if (wrk->y_expand) { in WebPRescalerExportRow()
Drescaler_mips_dsp_r2.c41 assert(!wrk->y_expand);
177 assert(wrk->y_expand); in ExportRowExpand_MIPSdspR2()
Drescaler_mips32.c159 assert(wrk->y_expand); in ExportRowExpand_MIPS32()
225 assert(!wrk->y_expand);
Drescaler_neon.c74 assert(wrk->y_expand); in RescalerExportRowExpand_NEON()
131 assert(!wrk->y_expand); in RescalerExportRowShrink_NEON()
Drescaler_sse2.c238 assert(wrk->y_expand); in RescalerExportRowExpand_SSE2()
295 assert(!wrk->y_expand); in RescalerExportRowShrink_SSE2()
Drescaler_msa.c255 assert(wrk->y_expand); in RescalerExportRowExpand_MIPSdspR2()
420 assert(!wrk->y_expand);