Searched refs:yleft (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | reconintra4x4.c | 39 void vp8_intra4x4_predict(unsigned char *above, unsigned char *yleft, in vp8_intra4x4_predict() argument 67 Left[0] = yleft[0]; in vp8_intra4x4_predict() 68 Left[1] = yleft[left_stride]; in vp8_intra4x4_predict() 69 Left[2] = yleft[2 * left_stride]; in vp8_intra4x4_predict() 70 Left[3] = yleft[3 * left_stride]; in vp8_intra4x4_predict()
|
D | reconintra.c | 49 unsigned char *yleft, int left_stride, in vp8_build_intra_predictors_mby_s() argument 57 yleft_col[i] = yleft[i * left_stride]; in vp8_build_intra_predictors_mby_s()
|
D | reconintra.h | 21 unsigned char *yleft, int left_stride,
|
D | reconintra4x4.h | 34 void vp8_intra4x4_predict(unsigned char *above, unsigned char *yleft,
|
/external/libvpx/libvpx/vp8/encoder/ |
D | encodeintra.c | 52 unsigned char *yleft = dst - 1; in vp8_encode_intra4x4block() local 55 vp8_intra4x4_predict(Above, yleft, dst_stride, b->bmi.as_mode, b->predictor, in vp8_encode_intra4x4block()
|
D | pickinter.c | 188 unsigned char *yleft = dst - 1; in pick_intra4x4block() local 196 vp8_intra4x4_predict(Above, yleft, dst_stride, mode, b->predictor, 16, in pick_intra4x4block()
|
D | rdopt.c | 544 unsigned char *yleft = dst - 1; in rd_pick_intra4x4block() local 553 vp8_intra4x4_predict(Above, yleft, dst_stride, mode, b->predictor, 16, in rd_pick_intra4x4block()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | threading.c | 163 unsigned char *yleft; in mt_decode_macroblock() local 176 yleft = xd->recon_left[0] + i; in mt_decode_macroblock() 179 yleft = dst - 1; in mt_decode_macroblock() 189 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode, dst, dst_stride, in mt_decode_macroblock()
|
D | decodeframe.c | 171 unsigned char *yleft = dst - 1; in decode_macroblock() local 175 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode, dst, dst_stride, in decode_macroblock()
|