Searched refs:y32_idx (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 1247 const int y32_idx = ((i >> 1) << 5); in choose_partitioning() local 1255 const int y16_idx = y32_idx + ((j >> 1) << 4); in choose_partitioning() 1389 const int y32_idx = ((i >> 1) << 2); in choose_partitioning() local 1392 (mi_row + y32_idx), (mi_col + x32_idx), in choose_partitioning() 1405 cpi, x, xd, vtemp, BLOCK_16X16, mi_row + y32_idx + y16_idx, in choose_partitioning() 1414 mi_row + y32_idx + y16_idx + y8_idx, in choose_partitioning() 1418 cpi, x, xd, (mi_row + y32_idx + y16_idx + y8_idx), in choose_partitioning() 1423 cpi, x, xd, (mi_row + y32_idx + y16_idx + y8_idx), in choose_partitioning()
|