Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c516 #define UL_INTRA_THRESH 50 macro
518 int ret_val = UL_INTRA_THRESH; in get_ul_intra_threshold()
522 case VPX_BITS_8: ret_val = UL_INTRA_THRESH; break; in get_ul_intra_threshold()
523 case VPX_BITS_10: ret_val = UL_INTRA_THRESH << 2; break; in get_ul_intra_threshold()
524 case VPX_BITS_12: ret_val = UL_INTRA_THRESH << 4; break; in get_ul_intra_threshold()