Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c64 static const uint8_t rd_thresh_block_size_factor[BLOCK_SIZES] = { variable
293 const int t = q * rd_thresh_block_size_factor[bsize]; in set_block_thresholds()
/external/libaom/libaom/av1/encoder/
Drd.c51 static const uint8_t rd_thresh_block_size_factor[BLOCK_SIZES_ALL] = { variable
455 const int t = q * rd_thresh_block_size_factor[bsize]; in set_block_thresholds()