Searched refs:set_mi_row_col (Results 1 – 13 of 13) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | segmentation.c | 56 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, mi_params->mi_rows, in count_segs()
|
D | firstpass.c | 391 set_mi_row_col(xd, tile, mb_row * mb_scale, mi_size_high[bsize], in firstpass_intra_prediction()
|
D | tpl_model.c | 238 set_mi_row_col(xd, &xd->tile, mi_row, mi_height, mi_col, mi_width, in mode_estimation()
|
D | bitstream.c | 1504 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, mi_params->mi_rows, in write_modes_b()
|
D | encodeframe.c | 418 set_mi_row_col(xd, tile, mi_row, mi_height, mi_col, mi_width, in set_offsets_without_segment_id()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_onyxc_int.h | 392 static INLINE void set_mi_row_col(MACROBLOCKD *xd, const TileInfo *const tile, in set_mi_row_col() function
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 171 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, cm->mi_rows, cm->mi_cols); in count_segs()
|
D | vp9_bitstream.c | 389 set_mi_row_col(xd, tile, mi_row, num_8x8_blocks_high_lookup[m->sb_type], in write_modes_b()
|
D | vp9_firstpass.c | 910 set_mi_row_col(xd, &tile, mb_row << 1, num_8x8_blocks_high_lookup[bsize], in vp9_first_pass_encode_tile_mb_row()
|
D | vp9_encodeframe.c | 333 set_mi_row_col(xd, tile, mi_row, mi_height, mi_col, mi_width, cm->mi_rows, in set_offsets()
|
/external/libaom/libaom/av1/common/ |
D | av1_common_int.h | 1013 static INLINE void set_mi_row_col(MACROBLOCKD *xd, const TileInfo *const tile, in set_mi_row_col() function
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 816 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, cm->mi_rows, cm->mi_cols); in set_offsets_recon() 845 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, cm->mi_rows, cm->mi_cols); in set_offsets()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 348 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, mi_params->mi_rows, in set_offsets() 1274 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, mi_params->mi_rows, in set_offsets_for_pred_and_recon()
|