Searched refs:this_mi_col (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | partition_strategy.c | 616 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()
|
D | encodeframe.c | 1624 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()
|
D | bitstream.c | 1668 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/ |
D | av1_loopfilter.c | 1025 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/ |
D | decodeframe.c | 1846 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()
|