Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1186 unsigned int tmp_variance; in avg_source_sad() local
1201 tmp_variance = vpx_variance64x64(src_y, src_ystride, last_src_y, in avg_source_sad()
1205 x->content_state_sb = ((tmp_sse - tmp_variance) < 25) ? kLowSadLowSumdiff in avg_source_sad()
1208 x->content_state_sb = ((tmp_sse - tmp_variance) < 25) ? kHighSadLowSumdiff in avg_source_sad()
1213 cpi->oxcf.rc_mode == VPX_CBR && tmp_variance < (tmp_sse >> 3) && in avg_source_sad()
1214 (tmp_sse - tmp_variance) > 10000) in avg_source_sad()