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

  /external/libaom/libaom/av1/encoder/x86/
rdopt_avx2.c 108 int64_t x_finalrow = 0, x_finalcol = 0, x2_finalrow = 0, x2_finalcol = 0; local
158 x_finalcol += x0;
165 x_finalcol += z;
178 x_finalcol += y0;
195 x_finalcol += w;
221 int64_t xhor_sum = x_sum - x_finalcol;
rdopt_sse4.c 127 int64_t x_finalrow = 0, x_finalcol = 0, x2_finalrow = 0, x2_finalcol = 0; local
177 x_finalcol += x0;
184 x_finalcol += z;
197 x_finalcol += y0;
214 x_finalcol += w;
240 int64_t xhor_sum = x_sum - x_finalcol;
  /external/libaom/libaom/av1/encoder/
rdopt.c 1634 int64_t x_firstrow = 0, x_finalrow = 0, x_firstcol = 0, x_finalcol = 0; local
    [all...]

Completed in 328 milliseconds