Searched refs:this_mi_row (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | partition_strategy.c | 615 const int this_mi_row = mi_row + (mb_row << mb_in_mi_size_high_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 | 1615 int this_mi_row = mi_row + i * quarter_step; in encode_sb() local 1616 if (i > 0 && this_mi_row >= cm->mi_rows) break; in encode_sb() 1618 encode_b(cpi, tile_data, td, tp, this_mi_row, mi_col, dry_run, subsize, in encode_sb() 4111 const int this_mi_row = mi_row + i * quarter_step; in rd_pick_partition() local 4113 if (i > 0 && this_mi_row >= cm->mi_rows) break; in rd_pick_partition() 4118 if (!rd_try_subblock(cpi, td, tile_data, tp, (i == 3), this_mi_row, in rd_pick_partition()
|
D | bitstream.c | 1660 int this_mi_row = mi_row + i * quarter_step; in write_modes_sb() local 1661 if (i > 0 && this_mi_row >= cm->mi_rows) break; in write_modes_sb() 1663 write_modes_b(cpi, tile, w, tok, tok_end, this_mi_row, mi_col); in write_modes_sb()
|
/external/libaom/libaom/av1/common/ |
D | av1_loopfilter.c | 1015 int this_mi_row = mi_row + i * quarter_step; in setup_block_mask() local 1016 if (i > 0 && (this_mi_row << MI_SIZE_LOG2) >= cm->height) break; in setup_block_mask() 1020 setup_fix_block_mask(cm, this_mi_row, mi_col, plane, ssx, ssy); in setup_block_mask()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 1839 int this_mi_row = mi_row + i * quarter_step; in decode_partition() local 1840 if (i > 0 && this_mi_row >= cm->mi_rows) break; in decode_partition() 1841 DEC_BLOCK(this_mi_row, mi_col, subsize); in decode_partition()
|