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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1441 BLOCK_SIZE sub_subsize = BLOCK_4X4; local
1469 sub_subsize = get_subsize(subsize, PARTITION_SPLIT);
1474 if (this_mi && this_mi->mbmi.sb_type >= sub_subsize) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1747 BLOCK_SIZE sub_subsize = BLOCK_4X4; local
1796 sub_subsize = get_subsize(subsize, PARTITION_SPLIT);
1801 if (this_mi && this_mi->mbmi.sb_type >= sub_subsize) {

Completed in 487 milliseconds