Searched refs:x8_idx (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 640 int x8_idx = x16_idx + ((k & 1) << 3); in compute_minmax_8x8() local 644 if (x8_idx < pixels_wide && y8_idx < pixels_high) { in compute_minmax_8x8() 647 vpx_highbd_minmax_8x8(s + y8_idx * sp + x8_idx, sp, in compute_minmax_8x8() 648 d + y8_idx * dp + x8_idx, dp, &min, &max); in compute_minmax_8x8() 650 vpx_minmax_8x8(s + y8_idx * sp + x8_idx, sp, d + y8_idx * dp + x8_idx, in compute_minmax_8x8() 654 vpx_minmax_8x8(s + y8_idx * sp + x8_idx, sp, d + y8_idx * dp + x8_idx, dp, in compute_minmax_8x8() 665 int dp, int x8_idx, int y8_idx, v8x8 *vst, in fill_variance_4x4avg() argument 673 int x4_idx = x8_idx + ((k & 1) << 2); in fill_variance_4x4avg() 709 int x8_idx = x16_idx + ((k & 1) << 3); in fill_variance_8x8avg() local 713 if (x8_idx < pixels_wide && y8_idx < pixels_high) { in fill_variance_8x8avg() [all …]
|