Home
last modified time | relevance | path

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

/external/webp/src/utils/
Drescaler.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()
113 if (wrk->y_expand) { in WebPRescalerImport()
119 if (!wrk->y_expand) { // Accumulate the contribution of the new row. in WebPRescalerImport()
Drescaler.h33 int y_expand; // true if we're expanding in the y direction member
/external/webp/src/dsp/
Drescaler.c103 assert(wrk->y_expand); in WebPRescalerExportRowExpandC()
135 assert(!wrk->y_expand); in WebPRescalerExportRowShrinkC()
172 if (wrk->y_expand) { in WebPRescalerExportRow()
Drescaler_mips_dsp_r2.c39 assert(!wrk->y_expand); in ExportRowShrink()
176 assert(wrk->y_expand); in ExportRowExpand()
Drescaler_mips32.c157 assert(wrk->y_expand); in ExportRowExpand()
222 assert(!wrk->y_expand); in ExportRowShrink()
Drescaler_neon.c70 assert(wrk->y_expand); in RescalerExportRowExpand()
129 assert(!wrk->y_expand); in RescalerExportRowShrink()
Drescaler_sse2.c238 assert(wrk->y_expand); in RescalerExportRowExpandSSE2()
297 assert(!wrk->y_expand); in RescalerExportRowShrinkSSE2()