HomeSort by relevance Sort by last modified time
    Searched defs:yleft (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
encodeintra.c 59 unsigned char *yleft = dst - 1; local
62 vp8_intra4x4_predict(Above, yleft, dst_stride, b->bmi.as_mode,
pickinter.c 151 unsigned char *yleft = dst - 1; local
160 vp8_intra4x4_predict(Above, yleft, dst_stride, mode,
    [all...]
rdopt.c 659 unsigned char *yleft = dst - 1; local
669 vp8_intra4x4_predict(Above, yleft, dst_stride, mode,
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodeintra.c 59 unsigned char *yleft = dst - 1; local
62 vp8_intra4x4_predict(Above, yleft, dst_stride, b->bmi.as_mode,
pickinter.c 151 unsigned char *yleft = dst - 1; local
160 vp8_intra4x4_predict(Above, yleft, dst_stride, mode,
    [all...]
rdopt.c 660 unsigned char *yleft = dst - 1; local
670 vp8_intra4x4_predict(Above, yleft, dst_stride, mode,
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
threading.c 191 unsigned char *yleft; local
203 yleft = xd->recon_left[0] + i;
208 yleft = dst - 1;
217 vp8_intra4x4_predict(Above, yleft, left_stride,
decodeframe.c 196 unsigned char *yleft = dst - 1; local
200 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode,
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
threading.c 191 unsigned char *yleft; local
203 yleft = xd->recon_left[0] + i;
208 yleft = dst - 1;
217 vp8_intra4x4_predict(Above, yleft, left_stride,
decodeframe.c 195 unsigned char *yleft = dst - 1; local
199 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode,
    [all...]

Completed in 182 milliseconds