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.c713 if (!x->color_sensitivity[i - 1]) in model_rd_for_sb_uv()
1442 if (x->color_sensitivity[0] || x->color_sensitivity[1]) { in vp9_pick_inter_mode()
1445 if (x->color_sensitivity[0]) in vp9_pick_inter_mode()
1447 if (x->color_sensitivity[1]) in vp9_pick_inter_mode()
Dvp9_encodeframe.c764 x->color_sensitivity[i - 1] = uv_sad > (y_sad >> 2); in choose_partitioning()
3568 x->color_sensitivity[0] = 0; in encode_nonrd_sb_row()
3569 x->color_sensitivity[1] = 0; in encode_nonrd_sb_row()