Searched refs:set_mi_offsets (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | firstpass.c | 384 set_mi_offsets(mi_params, xd, mb_row * mb_scale, mb_col * mb_scale); in firstpass_intra_prediction() 905 set_mi_offsets(mi_params, xd, 0, 0); in av1_first_pass() 924 set_mi_offsets(mi_params, xd, 0, 0); in av1_first_pass()
|
D | encoder.h | 1717 set_mi_offsets(mi_params, xd, mi_row, mi_col); in set_mode_info_offsets()
|
D | encode_strategy.c | 867 set_mi_offsets(&cm->mi_params, xd, 0, 0); in setup_mi()
|
D | encodeframe.c | 5639 set_mi_offsets(mi_params, xd, 0, 0); in encode_frame_internal()
|
/external/libaom/libaom/av1/common/ |
D | av1_common_int.h | 1338 static INLINE void set_mi_offsets(const CommonModeInfoParams *const mi_params, in set_mi_offsets() function
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 328 set_mi_offsets(mi_params, xd, mi_row, mi_col); in set_offsets()
|