Searched refs:get_sb_partitioning (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1125 static BLOCK_SIZE *get_sb_partitioning(MACROBLOCK *x, BLOCK_SIZE bsize) { function
1245 subsize = *get_sb_partitioning(x, bsize);
1770 *(get_sb_partitioning(x, bsize)) = subsize;
1785 *(get_sb_partitioning(x, bsize)) = bsize;
1812 *(get_sb_partitioning(x, bsize)) = bsize;
1825 *(get_sb_partitioning(x, bsize)) = subsize;
1948 *get_sb_partitioning(x, bsize) = split_subsize;
1949 *get_sb_partitioning(x, split_subsize) = split_subsize;
1987 *(get_sb_partitioning(x, bsize)) = subsize;
1995 *(get_sb_partitioning(
[all...]

Completed in 70 milliseconds