Searched refs:y_expand (Results 1 – 8 of 8) sorted by relevance
29 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()
33 int y_expand; // true if we're expanding in the y direction member
106 assert(wrk->y_expand); in WebPRescalerExportRowExpand_C()138 assert(!wrk->y_expand); in WebPRescalerExportRowShrink_C()176 if (wrk->y_expand) { in WebPRescalerExportRow()
41 assert(!wrk->y_expand);179 assert(wrk->y_expand); in ExportRowExpand_MIPSdspR2()
159 assert(wrk->y_expand); in ExportRowExpand_MIPS32()225 assert(!wrk->y_expand);
74 assert(wrk->y_expand); in RescalerExportRowExpand_NEON()133 assert(!wrk->y_expand); in RescalerExportRowShrink_NEON()
267 assert(wrk->y_expand); in RescalerExportRowExpand_SSE2()326 assert(!wrk->y_expand); in RescalerExportRowShrink_SSE2()
257 assert(wrk->y_expand); in RescalerExportRowExpand_MIPSdspR2()424 assert(!wrk->y_expand);
Completed in 10 milliseconds