Home
last modified time | relevance | path

Searched refs:pixels_wide (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
493 pixels_wide += (xd->mb_to_right_edge >> 3); in choose_partitioning()
532 if (x_idx < pixels_wide && y_idx < pixels_high) in choose_partitioning()