Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c531 #define SMOOTH_INTRA_THRESH 4000 macro
533 int ret_val = SMOOTH_INTRA_THRESH; in get_smooth_intra_threshold()
537 case VPX_BITS_8: ret_val = SMOOTH_INTRA_THRESH; break; in get_smooth_intra_threshold()
538 case VPX_BITS_10: ret_val = SMOOTH_INTRA_THRESH << 4; break; in get_smooth_intra_threshold()
541 ret_val = SMOOTH_INTRA_THRESH << 8; in get_smooth_intra_threshold()