Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/
Dpostproc.c44 static const unsigned char B_PREDICTION_MODE_colors[B_MODE_COUNT][3] = variable
1038 Y = B_PREDICTION_MODE_colors[bmi->mode][0]; in vp8_post_proc_frame()
1039 U = B_PREDICTION_MODE_colors[bmi->mode][1]; in vp8_post_proc_frame()
1040 V = B_PREDICTION_MODE_colors[bmi->mode][2]; in vp8_post_proc_frame()