Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dpostproc.c33 static const unsigned char MB_PREDICTION_MODE_colors[MB_MODE_COUNT][3] = variable
1137 Y = MB_PREDICTION_MODE_colors[mi->mbmi.mode][0]; in vp8_post_proc_frame()
1138 U = MB_PREDICTION_MODE_colors[mi->mbmi.mode][1]; in vp8_post_proc_frame()
1139 V = MB_PREDICTION_MODE_colors[mi->mbmi.mode][2]; in vp8_post_proc_frame()