Home
last modified time | relevance | path

Searched refs:image2yuvconfig (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/
Dvp9_iface_common.h56 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img, in image2yuvconfig() function
Dvp9_dx_iface.c556 image2yuvconfig(&frame->img, &sd); in ctrl_set_reference()
572 image2yuvconfig(&frame->img, &sd); in ctrl_copy_reference()
Dvp9_cx_iface.c888 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/
Dvp8_dx_iface.c566 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()
Dvp8_cx_iface.c734 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()