HomeSort by relevance Sort by last modified time
    Searched refs:this_height (Results 1 - 5 of 5) sorted by null

  /external/libaom/libaom/av1/common/
scale.h 58 int this_width, int this_height) {
59 return 2 * this_width >= ref_width && 2 * this_height >= ref_height &&
60 this_width <= 16 * ref_width && this_height <= 16 * ref_height;
  /external/libvpx/libvpx/vp9/common/
vp9_scale.h 62 int this_width, int this_height) {
63 return 2 * this_width >= ref_width && 2 * this_height >= ref_height &&
64 this_width <= 16 * ref_width && this_height <= 16 * ref_height;
  /external/libaom/libaom/av1/encoder/
ratectrl.c 809 int this_height = gf_group->pyramid_level[gf_group->index]; local
810 return this_height;
1123 int this_height = gf_group_pyramid_level(cpi); local
1144 int this_height = gf_group_pyramid_level(cpi); local
1158 int this_height = gf_group_pyramid_level(cpi); local
    [all...]
reconinter_enc.c 346 int this_height = xd->n4_h * MI_SIZE; local
347 int pred_height = AOMMIN(this_height / 2, 32);
348 xd->mb_to_bottom_edge += (this_height - pred_height) * 8;
361 xd->mb_to_bottom_edge -= (this_height - pred_height) * 8;
  /external/libaom/libaom/av1/decoder/
decodeframe.c 936 int this_height = xd->n4_h * MI_SIZE; local
    [all...]

Completed in 443 milliseconds