Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c2931 unsigned int thresh_ac; in handle_inter_mode() local
2941 thresh_ac = (xd->plane[0].dequant[1] * xd->plane[0].dequant[1]) / 9; in handle_inter_mode()
2942 thresh_ac = clamp(thresh_ac, min_thresh, max_thresh); in handle_inter_mode()
2949 thresh_ac >>= 8 - (b_width_log2_lookup[bsize] + in handle_inter_mode()
2953 if (sse < thresh_ac || sse == 0) { in handle_inter_mode()
2970 if ((sse_u * 4 < thresh_ac || sse_u == 0) && in handle_inter_mode()
2978 if ((sse_v * 4 < thresh_ac || sse_v == 0) && in handle_inter_mode()