Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dvar_based_part.c432 MB_MODE_INFO **this_mi = mi_params->mi_grid_base + idx_str; in set_low_temp_var_flag_64x64() local
438 if (*this_mi == NULL) continue; in set_low_temp_var_flag_64x64()
440 if ((*this_mi)->sb_type == BLOCK_32X32) { in set_low_temp_var_flag_64x64()
447 if ((*this_mi)->sb_type == BLOCK_16X16 || in set_low_temp_var_flag_64x64()
448 (*this_mi)->sb_type == BLOCK_32X16 || in set_low_temp_var_flag_64x64()
449 (*this_mi)->sb_type == BLOCK_16X32) { in set_low_temp_var_flag_64x64()
Dencodeframe.c1944 MB_MODE_INFO *this_mi = mib[jj * hbs * mi_params->mi_stride + ii * hbs]; in rd_use_partition() local
1945 if (this_mi && this_mi->sb_type >= sub_subsize) { in rd_use_partition()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c901 MODE_INFO **this_mi = cm->mi_grid_visible + idx_str; in set_low_temp_var_flag() local
907 if ((*this_mi)->sb_type == BLOCK_32X32) { in set_low_temp_var_flag()
917 if ((*this_mi)->sb_type == BLOCK_16X16 || in set_low_temp_var_flag()
918 (*this_mi)->sb_type == BLOCK_32X16 || in set_low_temp_var_flag()
919 (*this_mi)->sb_type == BLOCK_16X32) { in set_low_temp_var_flag()
2716 MODE_INFO *this_mi = mi_8x8[jj * bss * mis + ii * bss]; in rd_use_partition() local
2717 if (this_mi && this_mi->sb_type >= sub_subsize) { in rd_use_partition()