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.h136 uint8_t color_sensitivity[2]; member
Dvp9_pickmode.c715 if (!x->color_sensitivity[i - 1]) in model_rd_for_sb_uv()
1451 if (x->color_sensitivity[0] || x->color_sensitivity[1]) { in vp9_pick_inter_mode()
1455 if (x->color_sensitivity[0]) in vp9_pick_inter_mode()
1457 if (x->color_sensitivity[1]) in vp9_pick_inter_mode()
1587 if (x->color_sensitivity[0]) in vp9_pick_inter_mode()
1590 if (x->color_sensitivity[1]) in vp9_pick_inter_mode()
Dvp9_encodeframe.c765 x->color_sensitivity[i - 1] = uv_sad > (y_sad >> 2); in choose_partitioning()
3585 x->color_sensitivity[0] = 0; in encode_nonrd_sb_row()
3586 x->color_sensitivity[1] = 0; in encode_nonrd_sb_row()