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

  /external/libvpx/vp8/common/
reconintra.h 27 extern void vp8_predict_intra4x4(BLOCKD *x, int b_mode, unsigned char *Predictor);
reconintra4x4.c 17 void vp8_predict_intra4x4(BLOCKD *x, function
326 vp8_predict_intra4x4(b, b->bmi.mode, b->predictor);
330 vp8_predict_intra4x4(b, b->bmi.mode, b->predictor);
334 vp8_predict_intra4x4(b, b->bmi.mode, b->predictor);
338 vp8_predict_intra4x4(b, b->bmi.mode, b->predictor);
342 vp8_predict_intra4x4(b, b->bmi.mode, b->predictor);
346 vp8_predict_intra4x4(b, b->bmi.mode, b->predictor);
350 vp8_predict_intra4x4(b, b->bmi.mode, b->predictor);
354 vp8_predict_intra4x4(b, b->bmi.mode, b->predictor);
358 vp8_predict_intra4x4(b, b->bmi.mode, b->predictor)
    [all...]
  /external/libvpx/vp8/encoder/
encodeintra.c 48 vp8_predict_intra4x4(b, best_mode, b->predictor);
63 vp8_predict_intra4x4(b, best_mode, b->predictor);
pickinter.c 199 vp8_predict_intra4x4(b, mode, b->predictor);
  /external/libvpx/vp8/decoder/
decodframe.c 264 vp8_predict_intra4x4(b, b->bmi.mode, b->predictor);

Completed in 2027 milliseconds