Lines Matching refs:x16_idx
647 int dp, int x16_idx, int y16_idx, in compute_minmax_8x8() argument
657 int x8_idx = x16_idx + ((k & 1) << 3); in compute_minmax_8x8()
718 int dp, int x16_idx, int y16_idx, v16x16 *vst, in fill_variance_8x8avg() argument
726 int x8_idx = x16_idx + ((k & 1) << 3); in fill_variance_8x8avg()
1524 const int x16_idx = x32_idx + ((j & 1) << 4); in choose_partitioning() local
1531 fill_variance_8x8avg(s, sp, d, dp, x16_idx, y16_idx, vst, in choose_partitioning()
1556 int minmax = compute_minmax_8x8(s, sp, d, dp, x16_idx, y16_idx, in choose_partitioning()
1578 int x8_idx = x16_idx + ((k & 1) << 3); in choose_partitioning()
1669 const int x16_idx = ((j & 1) << 1); in choose_partitioning() local
1679 mi_col + x32_idx + x16_idx, thresholds[2], cpi->vbp_bsize_min, in choose_partitioning()
1688 mi_col + x32_idx + x16_idx + x8_idx, in choose_partitioning()
1692 (mi_col + x32_idx + x16_idx + x8_idx), BLOCK_4X4); in choose_partitioning()
1697 (mi_col + x32_idx + x16_idx + x8_idx), BLOCK_8X8); in choose_partitioning()