Searched refs:av1_setup_scale_factors_for_frame (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | scale.h | 44 void av1_setup_scale_factors_for_frame(struct scale_factors *sf, int other_w,
|
D | scale.c | 66 void av1_setup_scale_factors_for_frame(struct scale_factors *sf, int other_w, in av1_setup_scale_factors_for_frame() function
|
/external/libaom/libaom/av1/encoder/ |
D | motion_search_facade.c | 655 av1_setup_scale_factors_for_frame(&sf, ref_yv12.width, ref_yv12.height, in build_second_inter_pred()
|
D | temporal_filter.c | 1287 av1_setup_scale_factors_for_frame( in av1_temporal_filter()
|
D | tpl_model.c | 698 av1_setup_scale_factors_for_frame( in mc_flow_dispenser()
|
D | encoder.c | 4422 av1_setup_scale_factors_for_frame(sf, buf->buf.y_crop_width, in av1_set_frame_size() 4429 av1_setup_scale_factors_for_frame(&cm->sf_identity, cm->width, cm->height, in av1_set_frame_size()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 4895 av1_setup_scale_factors_for_frame( in read_uncompressed_header() 5143 av1_setup_scale_factors_for_frame( in av1_decode_frame_headers_and_setup()
|