Searched refs:yuvconfig2image (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 13 static void yuvconfig2image(vpx_image_t *img, const YV12_BUFFER_CONFIG *yv12, in yuvconfig2image() function
|
D | vp9_dx_iface.c | 328 yuvconfig2image(&ctx->img, &sd, user_priv); in decode_one() 589 yuvconfig2image(&data->img, fb, NULL); in ctrl_get_reference()
|
D | vp9_cx_iface.c | 1062 yuvconfig2image(&frame->img, fb, NULL); in ctrl_get_reference() 1099 yuvconfig2image(&ctx->preview_img, &sd, NULL); in encoder_get_preview()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 251 static void yuvconfig2image(vpx_image_t *img, in yuvconfig2image() function 556 yuvconfig2image(&ctx->img, &sd, ctx->user_priv); in vp8_get_frame()
|