HomeSort by relevance Sort by last modified time
    Searched refs:y_expand (Results 1 - 8 of 8) sorted by null

  /external/webp/src/utils/
rescaler_utils.c 29 wrk->y_expand = (src_height < dst_height);
47 wrk->y_add = wrk->y_expand ? y_add - 1 : y_add;
48 wrk->y_sub = wrk->y_expand ? y_sub - 1 : y_sub;
49 wrk->y_accum = wrk->y_expand ? wrk->y_sub : wrk->y_add;
50 if (!wrk->y_expand) {
117 if (wrk->y_expand) {
123 if (!wrk->y_expand) { // Accumulate the contribution of the new row.
rescaler_utils.h 33 int y_expand; // true if we're expanding in the y direction member in struct:WebPRescaler
  /external/webp/src/dsp/
rescaler.c 103 assert(wrk->y_expand);
135 assert(!wrk->y_expand);
172 if (wrk->y_expand) {
rescaler_mips32.c 157 assert(wrk->y_expand);
222 assert(!wrk->y_expand);
rescaler_mips_dsp_r2.c 39 assert(!wrk->y_expand);
176 assert(wrk->y_expand);
rescaler_neon.c 70 assert(wrk->y_expand);
129 assert(!wrk->y_expand);
rescaler_sse2.c 239 assert(wrk->y_expand);
298 assert(!wrk->y_expand);
rescaler_msa.c 256 assert(wrk->y_expand);
422 assert(!wrk->y_expand);

Completed in 204 milliseconds