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

  /external/libvpx/vp8/encoder/
encodeintra.c 131 d->bmi.mode = B_DC_PRED;
143 d->bmi.mode = B_DC_PRED;
177 d->bmi.mode = B_DC_PRED;
189 d->bmi.mode = B_DC_PRED;
pickinter.c 195 for (mode = B_DC_PRED; mode <= B_HE_PRED /*B_HU_PRED*/; mode++)
firstpass.c 94 vp8_encode_intra4x4block(IF_RTCD(&cpi->rtcd), x, be, b, B_DC_PRED);
    [all...]
rdopt.c 678 for (mode = B_DC_PRED; mode <= B_HU_PRED; mode++)
    [all...]
  /external/libvpx/vp8/common/
blockd.h 113 B_DC_PRED, // average of above and left pixels
entropymode.c 107 -B_DC_PRED, 2, /* 0 = DC_NODE */
reconintra4x4.c 34 case B_DC_PRED:
  /external/libvpx/vp8/decoder/
decodemv.c 111 BMode = B_DC_PRED;
123 BMode = B_DC_PRED;
  /external/libvpx/vp8/common/arm/
reconintra4x4_arm.c 34 case B_DC_PRED:

Completed in 120 milliseconds