/external/chromium_org/third_party/libvpx/source/libvpx/vp9/ |
vp9_iface_common.h | 56 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img, function
|
vp9_dx_iface.c | 475 image2yuvconfig(&frame->img, &sd); 491 image2yuvconfig(&frame->img, &sd);
|
vp9_cx_iface.c | 898 res = image2yuvconfig(img, &sd); [all...] |
/external/libvpx/libvpx/vp9/ |
vp9_iface_common.h | 52 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img, function
|
vp9_dx_iface.c | 436 image2yuvconfig(&frame->img, &sd); 452 image2yuvconfig(&frame->img, &sd);
|
vp9_cx_iface.c | 754 res = image2yuvconfig(img, &sd); 874 image2yuvconfig(&frame->img, &sd); 890 image2yuvconfig(&frame->img, &sd); [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/ |
vp8_dx_iface.c | 567 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img, function 607 image2yuvconfig(&frame->img, &sd); 628 image2yuvconfig(&frame->img, &sd);
|
vp8_cx_iface.c | 700 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img, function 879 res = image2yuvconfig(img, &sd); [all...] |
/external/libvpx/libvpx/vp8/ |
vp8_cx_iface.c | 675 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img, function 848 res = image2yuvconfig(img, &sd); [all...] |
vp8_dx_iface.c | 704 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img, function 739 image2yuvconfig(&frame->img, &sd); 761 image2yuvconfig(&frame->img, &sd);
|