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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1745 static const BLOCK_SIZE next_square_size[BLOCK_SIZES] = { variable
1843 next_square_size[max_size] < min_size) {
1844 min_size = next_square_size[max_size];
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2074 static const BLOCK_SIZE next_square_size[BLOCK_SIZES] = { variable
2145 next_square_size[max_size] < min_size) {
2146 min_size = next_square_size[max_size];

Completed in 177 milliseconds