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

  /external/libvpx/libvpx/vp8/common/
reconintra4x4.h 34 void vp8_intra4x4_predict(unsigned char *Above, unsigned char *yleft,
reconintra4x4.c 39 void vp8_intra4x4_predict(unsigned char *above, unsigned char *yleft, function
  /external/libvpx/libvpx/vp8/encoder/
encodeintra.c 55 vp8_intra4x4_predict(Above, yleft, dst_stride, b->bmi.as_mode, b->predictor,
pickinter.c 197 vp8_intra4x4_predict(Above, yleft, dst_stride, mode, b->predictor, 16,
    [all...]
rdopt.c 553 vp8_intra4x4_predict(Above, yleft, dst_stride, mode, b->predictor, 16,
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
threading.c 189 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode, dst, dst_stride,
decodeframe.c 175 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode, dst, dst_stride,
    [all...]

Completed in 205 milliseconds