Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c962 unsigned int y_sad, int is_key_frame) { in chroma_check() argument
970 if (y_sad > cpi->vbp_thresholds[1] && in chroma_check()
988 x->color_sensitivity[i - 1] = uv_sad > (y_sad >> 2); in chroma_check()
1061 unsigned int y_sad = UINT_MAX; in choose_partitioning() local
1175 y_sad = cpi->fn_ptr[bsize].sdf( in choose_partitioning()
1179 y_sad = vp9_int_pro_motion_estimation(cpi, x, bsize, mi_row, mi_col); in choose_partitioning()
1181 y_sad_last = y_sad; in choose_partitioning()
1184 y_sad_thr = cpi->sf.short_circuit_low_temp_var ? (y_sad * 7) >> 3 : y_sad; in choose_partitioning()
1190 y_sad = y_sad_g; in choose_partitioning()
1207 if (segment_id == CR_SEGMENT_ID_BASE && y_sad < cpi->vbp_threshold_sad) { in choose_partitioning()
[all …]