Searched refs:y_expand (Results 1 – 7 of 7) 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()113 if (wrk->y_expand) { in WebPRescalerImport()119 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
103 assert(wrk->y_expand); in WebPRescalerExportRowExpandC()135 assert(!wrk->y_expand); in WebPRescalerExportRowShrinkC()172 if (wrk->y_expand) { in WebPRescalerExportRow()
39 assert(!wrk->y_expand); in ExportRowShrink()176 assert(wrk->y_expand); in ExportRowExpand()
157 assert(wrk->y_expand); in ExportRowExpand()222 assert(!wrk->y_expand); in ExportRowShrink()
70 assert(wrk->y_expand); in RescalerExportRowExpand()129 assert(!wrk->y_expand); in RescalerExportRowShrink()
238 assert(wrk->y_expand); in RescalerExportRowExpandSSE2()297 assert(!wrk->y_expand); in RescalerExportRowShrinkSSE2()