HomeSort by relevance Sort by last modified time
    Searched refs:x2_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
160 x2_finalcol += x0 * x0;
166 x2_finalcol += z * z;
179 x2_finalcol += y0 * y0;
196 x2_finalcol += w * w;
225 int64_t x2hor_sum = x2_sum - x2_finalcol;
rdopt_sse4.c 127 int64_t x_finalrow = 0, x_finalcol = 0, x2_finalrow = 0, x2_finalcol = 0; local
179 x2_finalcol += x0 * x0;
185 x2_finalcol += z * z;
198 x2_finalcol += y0 * y0;
215 x2_finalcol += w * w;
244 int64_t x2hor_sum = x2_sum - x2_finalcol;
  /external/libaom/libaom/av1/encoder/
rdopt.c 1635 int64_t x2_firstrow = 0, x2_finalrow = 0, x2_firstcol = 0, x2_finalcol = 0; local
    [all...]

Completed in 176 milliseconds