Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c813 MODE_INFO **this_mi = cm->mi_grid_visible + idx_str; in set_low_temp_var_flag() local
819 if ((*this_mi)->sb_type == BLOCK_32X32) { in set_low_temp_var_flag()
829 if ((*this_mi)->sb_type == BLOCK_16X16 || in set_low_temp_var_flag()
830 (*this_mi)->sb_type == BLOCK_32X16 || in set_low_temp_var_flag()
831 (*this_mi)->sb_type == BLOCK_16X32) { in set_low_temp_var_flag()
2367 MODE_INFO *this_mi = mi_8x8[jj * bss * mis + ii * bss]; in rd_use_partition() local
2368 if (this_mi && this_mi->sb_type >= sub_subsize) { in rd_use_partition()