Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c2020 const int xss = x->e_mbd.plane[1].subsampling_x; in rd_pick_partition() local
2024 int partition_horz_allowed = !force_vert_split && yss <= xss && in rd_pick_partition()
2026 int partition_vert_allowed = !force_horz_split && xss <= yss && in rd_pick_partition()
2662 const int xss = x->e_mbd.plane[1].subsampling_x; in nonrd_pick_partition() local
2666 int partition_horz_allowed = !force_vert_split && yss <= xss && in nonrd_pick_partition()
2668 int partition_vert_allowed = !force_horz_split && xss <= yss && in nonrd_pick_partition()