Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dreconintra4x4.h34 void vp8_intra4x4_predict(unsigned char *above, unsigned char *yleft,
Dreconintra4x4.c39 void vp8_intra4x4_predict(unsigned char *above, unsigned char *yleft, in vp8_intra4x4_predict() function
/external/libvpx/libvpx/vp8/encoder/
Dencodeintra.c55 vp8_intra4x4_predict(Above, yleft, dst_stride, b->bmi.as_mode, b->predictor, in vp8_encode_intra4x4block()
Dpickinter.c196 vp8_intra4x4_predict(Above, yleft, dst_stride, mode, b->predictor, 16, in pick_intra4x4block()
Drdopt.c553 vp8_intra4x4_predict(Above, yleft, dst_stride, mode, b->predictor, 16, in rd_pick_intra4x4block()
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c189 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode, dst, dst_stride, in mt_decode_macroblock()
Ddecodeframe.c175 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode, dst, dst_stride, in decode_macroblock()