Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c487 static int scale_sse_threshold(VP9_COMMON *cm, int thresh) { in scale_sse_threshold() function
957 if (this_intra_error < scale_sse_threshold(cm, LOW_I_THRESH)) { in vp9_first_pass_encode_tile_mb_row()
1284 } else if (this_intra_error < scale_sse_threshold(cm, LOW_I_THRESH)) { in vp9_first_pass_encode_tile_mb_row()
1290 int scaled_low_intra_thresh = scale_sse_threshold(cm, LOW_I_THRESH); in vp9_first_pass_encode_tile_mb_row()