Searched refs:this_mi_col (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | mv_prec.c | 326 const int this_mi_col = mi_col + i * qbs; in collect_mv_stats_sb() local 327 collect_mv_stats_b(mv_stats, cpi, mi_row, this_mi_col); in collect_mv_stats_sb()
|
D | partition_strategy.c | 661 const int this_mi_col = mi_col + (mb_col << mb_in_mi_size_wide_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 | 1808 int this_mi_col = mi_col + i * quarter_step; in encode_sb() local 1809 if (i > 0 && this_mi_col >= mi_params->mi_cols) break; in encode_sb() 1810 encode_b(cpi, tile_data, td, tp, mi_row, this_mi_col, dry_run, subsize, in encode_sb() 3780 const int this_mi_col = mi_col + i * quarter_step; in rd_pick_partition() local 3782 if (i > 0 && this_mi_col >= mi_params->mi_cols) break; in rd_pick_partition() 3788 this_mi_col, subsize, best_rdc, &sum_rdc, in rd_pick_partition()
|
D | bitstream.c | 1683 int this_mi_col = mi_col + i * quarter_step; in write_modes_sb() local 1684 if (i > 0 && this_mi_col >= mi_params->mi_cols) break; in write_modes_sb() 1686 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, this_mi_col); in write_modes_sb()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 1440 int this_mi_col = mi_col + i * quarter_step; in decode_partition() local 1441 if (i > 0 && this_mi_col >= cm->mi_params.mi_cols) break; in decode_partition() 1442 DEC_BLOCK(mi_row, this_mi_col, subsize); in decode_partition()
|