HomeSort by relevance Sort by last modified time
    Searched full:src_stride_coeff (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/test/
variance_test.cc 78 int l2w, int l2h, int src_stride_coeff,
91 src[w * y * src_stride_coeff + x];
97 CONVERT_TO_SHORTPTR(src)[w * y * src_stride_coeff + x];
340 int src_stride_coeff = (i >> 1) % 2; local
343 int src_ind = (j / width_) * src_stride_coeff * width_ + j % width_;
358 var1 = variance_(src_, width_ * src_stride_coeff,
361 log2height_, src_stride_coeff,
    [all...]

Completed in 194 milliseconds