Home
last modified time | relevance | path

Searched refs:this_height (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/common/
Dscale.h60 int this_width, int this_height) { in valid_ref_frame_size() argument
61 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()
/external/libvpx/libvpx/vp9/common/
Dvp9_scale.h62 int this_width, int this_height) { in valid_ref_frame_size() argument
63 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()
/external/libaom/libaom/av1/encoder/
Dratectrl.c1383 int this_height = gf_group_pyramid_level(gf_group, gf_index); in get_active_best_quality() local
1384 while (this_height > 1) { in get_active_best_quality()
1386 --this_height; in get_active_best_quality()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c717 const int this_height = xd->height * MI_SIZE; in dec_build_prediction_by_above_preds() local
718 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()