Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c955 const int bsl_high = b_width_log2_lookup[bsize]; in scale_partitioning_svc() local
956 const int bs_high = (1 << bsl_high) >> 2; in scale_partitioning_svc()
1002 partition_high = partition_lookup[bsl_high][bsize_high]; in scale_partitioning_svc()