Searched refs:this_mi_row (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | mv_prec.c | 320 const int this_mi_row = mi_row + i * qbs; in collect_mv_stats_sb() local 321 collect_mv_stats_b(mv_stats, cpi, this_mi_row, mi_col); in collect_mv_stats_sb()
|
D | partition_strategy.c | 660 const int this_mi_row = mi_row + (mb_row << mb_in_mi_size_high_log2); in av1_get_max_min_partition_features() local 666 cpi, x, this_mi_row, this_mi_col, mb_size, start_mv, 0, &sse, &var); in av1_get_max_min_partition_features()
|
D | encodeframe.c | 1799 int this_mi_row = mi_row + i * quarter_step; in encode_sb() local 1800 if (i > 0 && this_mi_row >= mi_params->mi_rows) break; in encode_sb() 1802 encode_b(cpi, tile_data, td, tp, this_mi_row, mi_col, dry_run, subsize, in encode_sb() 3724 const int this_mi_row = mi_row + i * quarter_step; in rd_pick_partition() local 3726 if (i > 0 && this_mi_row >= mi_params->mi_rows) break; in rd_pick_partition() 3731 if (!rd_try_subblock(cpi, td, tile_data, tp, (i == 3), this_mi_row, in rd_pick_partition()
|
D | bitstream.c | 1675 int this_mi_row = mi_row + i * quarter_step; in write_modes_sb() local 1676 if (i > 0 && this_mi_row >= mi_params->mi_rows) break; in write_modes_sb() 1678 write_modes_b(cpi, tile, w, tok, tok_end, this_mi_row, mi_col); in write_modes_sb()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 1433 int this_mi_row = mi_row + i * quarter_step; in decode_partition() local 1434 if (i > 0 && this_mi_row >= cm->mi_params.mi_rows) break; in decode_partition() 1435 DEC_BLOCK(this_mi_row, mi_col, subsize); in decode_partition()
|