Searched refs:image2yuvconfig (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 26 vpx_codec_err_t image2yuvconfig(const vpx_image_t *img,
|
D | simple_encode.cc | 148 image2yuvconfig(&img, &sd); in ComputeFirstPassStats() 253 image2yuvconfig(&impl_ptr_->tmp_img, &sd); in EncodeFrame()
|
D | vp9_iface_common.c | 78 vpx_codec_err_t image2yuvconfig(const vpx_image_t *img, in image2yuvconfig() function
|
D | vp9_dx_iface.c | 449 image2yuvconfig(&frame->img, &sd); in ctrl_set_reference() 464 image2yuvconfig(&frame->img, &sd); in ctrl_copy_reference()
|
D | vp9_cx_iface.c | 1190 res = image2yuvconfig(img, &sd); in encoder_encode() 1371 image2yuvconfig(&frame->img, &sd); in ctrl_set_reference() 1386 image2yuvconfig(&frame->img, &sd); in ctrl_copy_reference()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 531 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img, in image2yuvconfig() function 566 image2yuvconfig(&frame->img, &sd); in vp8_set_reference() 583 image2yuvconfig(&frame->img, &sd); in vp8_get_reference()
|
D | vp8_cx_iface.c | 714 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img, in image2yuvconfig() function 919 res = image2yuvconfig(img, &sd); in vp8e_encode() 1051 image2yuvconfig(&frame->img, &sd); in vp8e_set_reference() 1067 image2yuvconfig(&frame->img, &sd); in vp8e_get_reference()
|
/external/libaom/libaom/av1/ |
D | av1_iface_common.h | 83 static aom_codec_err_t image2yuvconfig(const aom_image_t *img, in image2yuvconfig() function
|
D | av1_dx_iface.c | 865 image2yuvconfig(&frame->img, &sd); in ctrl_set_reference() 880 image2yuvconfig(&frame->img, &sd); in ctrl_copy_reference() 932 image2yuvconfig(img, &sd); in ctrl_copy_new_frame_image() 1068 image2yuvconfig(ext_frames->img++, &ctx->ext_refs.refs[i]); in ctrl_set_ext_ref_ptr()
|
D | av1_cx_iface.c | 2093 res = image2yuvconfig(img, &sd); in encoder_encode() 2315 image2yuvconfig(&frame->img, &sd); in ctrl_set_reference() 2330 image2yuvconfig(&frame->img, &sd); in ctrl_copy_reference() 2380 image2yuvconfig(new_img, &sd); in ctrl_copy_new_frame_image()
|