Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1568 } coord_lookup[16] = { variable
1611 int b_mi_row = coord_lookup[i * 4 + j].row; in set_source_var_based_partition()
1612 int b_mi_col = coord_lookup[i * 4 + j].col; in set_source_var_based_partition()
1640 index = coord_lookup[i*4].row * mis + coord_lookup[i*4].col; in set_source_var_based_partition()