Searched refs:image2yuvconfig (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 56 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img, in image2yuvconfig() function
|
D | vp9_dx_iface.c | 556 image2yuvconfig(&frame->img, &sd); in ctrl_set_reference() 572 image2yuvconfig(&frame->img, &sd); in ctrl_copy_reference()
|
D | vp9_cx_iface.c | 888 res = image2yuvconfig(img, &sd); in encoder_encode() 1029 image2yuvconfig(&frame->img, &sd); in ctrl_set_reference() 1045 image2yuvconfig(&frame->img, &sd); in ctrl_copy_reference()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 566 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img, in image2yuvconfig() function 600 image2yuvconfig(&frame->img, &sd); in vp8_set_reference() 621 image2yuvconfig(&frame->img, &sd); in vp8_get_reference()
|
D | vp8_cx_iface.c | 734 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img, in image2yuvconfig() function 907 res = image2yuvconfig(img, &sd); in vp8e_encode() 1047 image2yuvconfig(&frame->img, &sd); in vp8e_set_reference() 1067 image2yuvconfig(&frame->img, &sd); in vp8e_get_reference()
|