Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpartition_strategy.c616 const int this_mi_col = mi_col + (mb_col << mb_in_mi_size_wide_log2); in av1_get_max_min_partition_features() local
621 av1_simple_motion_sse_var(cpi, x, this_mi_row, this_mi_col, mb_size, in av1_get_max_min_partition_features()
Dencodeframe.c1624 int this_mi_col = mi_col + i * quarter_step; in encode_sb() local
1625 if (i > 0 && this_mi_col >= cm->mi_cols) break; in encode_sb()
1627 encode_b(cpi, tile_data, td, tp, mi_row, this_mi_col, dry_run, subsize, in encode_sb()
4166 const int this_mi_col = mi_col + i * quarter_step; in rd_pick_partition() local
4168 if (i > 0 && this_mi_col >= cm->mi_cols) break; in rd_pick_partition()
4174 this_mi_col, subsize, &best_rdc, &sum_rdc, &this_rdc, in rd_pick_partition()
Dbitstream.c1668 int this_mi_col = mi_col + i * quarter_step; in write_modes_sb() local
1669 if (i > 0 && this_mi_col >= cm->mi_cols) break; in write_modes_sb()
1671 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, this_mi_col); in write_modes_sb()
/external/libaom/libaom/av1/common/
Dav1_loopfilter.c1025 int this_mi_col = mi_col + i * quarter_step; in setup_block_mask() local
1026 if (i > 0 && this_mi_col >= cm->mi_cols) break; in setup_block_mask()
1030 setup_fix_block_mask(cm, mi_row, this_mi_col, plane, ssx, ssy); in setup_block_mask()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1846 int this_mi_col = mi_col + i * quarter_step; in decode_partition() local
1847 if (i > 0 && this_mi_col >= cm->mi_cols) break; in decode_partition()
1848 DEC_BLOCK(mi_row, this_mi_col, subsize); in decode_partition()