Searched refs:x8_idx (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 544 int x8_idx = x16_idx + ((k & 1) << 3); in compute_minmax_8x8() local 548 if (x8_idx < pixels_wide && y8_idx < pixels_high) { in compute_minmax_8x8() 551 vp9_highbd_minmax_8x8(s + y8_idx * sp + x8_idx, sp, in compute_minmax_8x8() 552 d + y8_idx * dp + x8_idx, dp, in compute_minmax_8x8() 555 vp9_minmax_8x8(s + y8_idx * sp + x8_idx, sp, in compute_minmax_8x8() 556 d + y8_idx * dp + x8_idx, dp, in compute_minmax_8x8() 560 vp9_minmax_8x8(s + y8_idx * sp + x8_idx, sp, in compute_minmax_8x8() 561 d + y8_idx * dp + x8_idx, dp, in compute_minmax_8x8() 574 int dp, int x8_idx, int y8_idx, v8x8 *vst, in fill_variance_4x4avg() argument 583 int x4_idx = x8_idx + ((k & 1) << 2); in fill_variance_4x4avg() [all …]
|