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

  /external/libaom/libaom/av1/encoder/x86/
rdopt_avx2.c 210 int64_t x2_firstrow = 0, x2_firstcol = 0; local
218 x2_firstcol += diff[i * stride] * diff[i * stride];
227 int64_t y2_sum = x2_sum - x2_firstcol;
rdopt_sse4.c 229 int64_t x2_firstrow = 0, x2_firstcol = 0; local
237 x2_firstcol += diff[i * stride] * diff[i * stride];
246 int64_t y2_sum = x2_sum - x2_firstcol;
  /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 50 milliseconds