Home
last modified time | relevance | path

Searched refs:x16_idx (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c630 int dp, int x16_idx, int y16_idx, in compute_minmax_8x8() argument
640 int x8_idx = x16_idx + ((k & 1) << 3); in compute_minmax_8x8()
701 int dp, int x16_idx, int y16_idx, v16x16 *vst, in fill_variance_8x8avg() argument
709 int x8_idx = x16_idx + ((k & 1) << 3); in fill_variance_8x8avg()
1469 const int x16_idx = x32_idx + ((j & 1) << 4); in choose_partitioning() local
1476 fill_variance_8x8avg(s, sp, d, dp, x16_idx, y16_idx, vst, in choose_partitioning()
1501 int minmax = compute_minmax_8x8(s, sp, d, dp, x16_idx, y16_idx, in choose_partitioning()
1523 int x8_idx = x16_idx + ((k & 1) << 3); in choose_partitioning()
1614 const int x16_idx = ((j & 1) << 1); in choose_partitioning() local
1624 mi_col + x32_idx + x16_idx, thresholds[2], cpi->vbp_bsize_min, in choose_partitioning()
[all …]