Searched defs:yss (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.h278 int xss, int yss) {
282 const BLOCK_SIZE plane_bsize = ss_size_lookup[bsize][xss][yss];
277 get_uv_tx_size_impl(TX_SIZE y_tx_size, BLOCK_SIZE bsize, int xss, int yss) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2049 const int yss = x->e_mbd.plane[1].subsampling_y; local
2060 int partition_horz_allowed = !force_vert_split && yss <= xss &&
2062 int partition_vert_allowed = !force_horz_split && xss <= yss &&
2731 const int yss = x->e_mbd.plane[1].subsampling_y; local
2734 int partition_horz_allowed = !force_vert_split && yss <= xss &&
2736 int partition_vert_allowed = !force_horz_split && xss <= yss &&
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2186 const int yss = x->e_mbd.plane[1].subsampling_y; local
2189 int partition_horz_allowed = !force_vert_split && yss <= xss &&
2191 int partition_vert_allowed = !force_horz_split && xss <= yss &&
2820 const int yss = x->e_mbd.plane[1].subsampling_y; local
2823 int partition_horz_allowed = !force_vert_split && yss <= xss &&
2825 int partition_vert_allowed = !force_horz_split && xss <= yss &&

Completed in 73 milliseconds