Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Dmvref_common.c1053 const int num_8x8_blocks_high = num_8x8_blocks_high_lookup[bsize]; in find_mv_refs_idx() local
1054 mv_ref_search[0].row = num_8x8_blocks_high - 1; in find_mv_refs_idx()
1060 mv_ref_search[3].row = (num_8x8_blocks_high - 1) >> 1; in find_mv_refs_idx()
1065 if (num_8x8_blocks_wide == num_8x8_blocks_high) { in find_mv_refs_idx()
1073 mv_ref_search[6].row = num_8x8_blocks_high; in find_mv_refs_idx()
1079 mv_ref_search[6].row = num_8x8_blocks_high; in find_mv_refs_idx()
1084 mv_ref_search[8].row = num_8x8_blocks_high - 1; in find_mv_refs_idx()
1234 const int num_8x8_blocks_high = mi_size_high[mi->mbmi.sb_type]; in av1_update_mv_context() local
1236 mv_ref_search[0].row = num_8x8_blocks_high - 1; in av1_update_mv_context()