Searched refs:this_height (Results 1 – 4 of 4) sorted by relevance
60 int this_width, int this_height) { in valid_ref_frame_size() argument61 return 2 * this_width >= ref_width && 2 * this_height >= ref_height && in valid_ref_frame_size()62 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()
1383 int this_height = gf_group_pyramid_level(gf_group, gf_index); in get_active_best_quality() local1384 while (this_height > 1) { in get_active_best_quality()1386 --this_height; in get_active_best_quality()
717 const int this_height = xd->height * MI_SIZE; in dec_build_prediction_by_above_preds() local718 const int pred_height = AOMMIN(this_height / 2, 32); in dec_build_prediction_by_above_preds()719 xd->mb_to_bottom_edge += GET_MV_SUBPEL(this_height - pred_height); in dec_build_prediction_by_above_preds()730 xd->mb_to_bottom_edge -= GET_MV_SUBPEL(this_height - pred_height); in dec_build_prediction_by_above_preds()