Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A 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()
A Drescaler_utils.h33 int y_expand; // true if we're expanding in the y direction member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Drescaler.c106 assert(wrk->y_expand); in WebPRescalerExportRowExpand_C()
138 assert(!wrk->y_expand); in WebPRescalerExportRowShrink_C()
176 if (wrk->y_expand) { in WebPRescalerExportRow()
A Drescaler_mips_dsp_r2.c41 assert(!wrk->y_expand);
179 assert(wrk->y_expand); in ExportRowExpand_MIPSdspR2()
A Drescaler_mips32.c159 assert(wrk->y_expand); in ExportRowExpand_MIPS32()
225 assert(!wrk->y_expand);
A Drescaler_neon.c74 assert(wrk->y_expand); in RescalerExportRowExpand_NEON()
133 assert(!wrk->y_expand); in RescalerExportRowShrink_NEON()
A Drescaler_sse2.c267 assert(wrk->y_expand); in RescalerExportRowExpand_SSE2()
326 assert(!wrk->y_expand); in RescalerExportRowShrink_SSE2()
A Drescaler_msa.c257 assert(wrk->y_expand); in RescalerExportRowExpand_MIPSdspR2()
424 assert(!wrk->y_expand);

Completed in 10 milliseconds