Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h172 uint8_t color_sensitivity[2]; member
Dvp9_pickmode.c515 if (cpi->oxcf.speed < 8 || x->color_sensitivity[i - 1]) { in model_rd_for_sb_y_large()
831 if (!x->color_sensitivity[i - 1]) continue; in model_rd_for_sb_uv()
2273 (x->color_sensitivity[0] || x->color_sensitivity[1])) { in vp9_pick_inter_mode()
2276 if (x->color_sensitivity[0] && !flag_preduv_computed[0]) { in vp9_pick_inter_mode()
2280 if (x->color_sensitivity[1] && !flag_preduv_computed[1]) { in vp9_pick_inter_mode()
2477 if (x->color_sensitivity[0]) in vp9_pick_inter_mode()
2480 if (x->color_sensitivity[1]) in vp9_pick_inter_mode()
Dvp9_encodeframe.c1178 x->color_sensitivity[i - 1] = uv_sad > (y_sad >> 2); in chroma_check()
5284 x->color_sensitivity[0] = 0; in encode_nonrd_sb_row()
5285 x->color_sensitivity[1] = 0; in encode_nonrd_sb_row()