Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c484 int pixels_wide = 64, pixels_high = 64; in choose_partitioning() local
495 pixels_high += (xd->mb_to_bottom_edge >> 3); in choose_partitioning()
532 if (x_idx < pixels_wide && y_idx < pixels_high) in choose_partitioning()