Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/
Dvp9_iface_common.h26 vpx_codec_err_t image2yuvconfig(const vpx_image_t *img,
Dsimple_encode.cc148 image2yuvconfig(&img, &sd); in ComputeFirstPassStats()
253 image2yuvconfig(&impl_ptr_->tmp_img, &sd); in EncodeFrame()
Dvp9_iface_common.c78 vpx_codec_err_t image2yuvconfig(const vpx_image_t *img, in image2yuvconfig() function
Dvp9_dx_iface.c449 image2yuvconfig(&frame->img, &sd); in ctrl_set_reference()
464 image2yuvconfig(&frame->img, &sd); in ctrl_copy_reference()
Dvp9_cx_iface.c1190 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/
Dvp8_dx_iface.c531 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()
Dvp8_cx_iface.c714 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/
Dav1_iface_common.h83 static aom_codec_err_t image2yuvconfig(const aom_image_t *img, in image2yuvconfig() function
Dav1_dx_iface.c865 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()
Dav1_cx_iface.c2093 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()