HomeSort by relevance Sort by last modified time
    Searched refs:MB_PREDICTION_MODE_colors (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 36 static const unsigned char MB_PREDICTION_MODE_colors[MB_MODE_COUNT][3] = {
954 Y = MB_PREDICTION_MODE_colors[mi->mbmi.mode][0];
955 U = MB_PREDICTION_MODE_colors[mi->mbmi.mode][1];
956 V = MB_PREDICTION_MODE_colors[mi->mbmi.mode][2];
  /external/libvpx/libvpx/vp8/common/
postproc.c 33 static const unsigned char MB_PREDICTION_MODE_colors[MB_MODE_COUNT][3] =
    [all...]

Completed in 207 milliseconds