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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c137 static const uint8_t rd_thresh_block_size_factor[BLOCK_SIZES] = { variable
257 const int t = q * rd_thresh_block_size_factor[bsize];
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c137 static int rd_thresh_block_size_factor[BLOCK_SIZES] = variable
258 const int t = q * rd_thresh_block_size_factor[bsize];

Completed in 42 milliseconds