Searched refs:this_height (Results 1 – 5 of 5) sorted by relevance
58 int this_width, int this_height) { in valid_ref_frame_size() argument59 return 2 * this_width >= ref_width && 2 * this_height >= ref_height && in valid_ref_frame_size()60 this_width <= 16 * ref_width && this_height <= 16 * ref_height; in valid_ref_frame_size()
62 int this_width, int this_height) { in valid_ref_frame_size() argument63 return 2 * this_width >= ref_width && 2 * this_height >= ref_height && in valid_ref_frame_size()64 this_width <= 16 * ref_width && this_height <= 16 * ref_height; in valid_ref_frame_size()
809 int this_height = gf_group->pyramid_level[gf_group->index]; in gf_group_pyramid_level() local810 return this_height; in gf_group_pyramid_level()1123 int this_height = gf_group_pyramid_level(cpi); in rc_pick_q_and_bounds_two_pass() local1124 while (this_height < gf_group->pyramid_height) { in rc_pick_q_and_bounds_two_pass()1126 ++this_height; in rc_pick_q_and_bounds_two_pass()1144 int this_height = gf_group_pyramid_level(cpi); in rc_pick_q_and_bounds_two_pass() local1145 while (this_height < gf_group->pyramid_height) { in rc_pick_q_and_bounds_two_pass()1147 ++this_height; in rc_pick_q_and_bounds_two_pass()1158 int this_height = gf_group_pyramid_level(cpi); in rc_pick_q_and_bounds_two_pass() local1159 while (this_height < gf_group->pyramid_height) { in rc_pick_q_and_bounds_two_pass()[all …]
346 int this_height = xd->n4_h * MI_SIZE; in av1_build_prediction_by_above_preds() local347 int pred_height = AOMMIN(this_height / 2, 32); in av1_build_prediction_by_above_preds()348 xd->mb_to_bottom_edge += (this_height - pred_height) * 8; in av1_build_prediction_by_above_preds()361 xd->mb_to_bottom_edge -= (this_height - pred_height) * 8; in av1_build_prediction_by_above_preds()
936 int this_height = xd->n4_h * MI_SIZE; in dec_build_prediction_by_above_preds() local937 int pred_height = AOMMIN(this_height / 2, 32); in dec_build_prediction_by_above_preds()938 xd->mb_to_bottom_edge += (this_height - pred_height) * 8; in dec_build_prediction_by_above_preds()951 xd->mb_to_bottom_edge -= (this_height - pred_height) * 8; in dec_build_prediction_by_above_preds()