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

  /external/libaom/libaom/av1/encoder/
reconinter_enc.c 347 int pred_height = AOMMIN(this_height / 2, 32); local
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 937 int pred_height = AOMMIN(this_height \/ 2, 32); local
    [all...]

Completed in 292 milliseconds