Lines Matching refs:vpx_image_t
77 int read_yuv_frame(struct VpxInputContext *input_ctx, vpx_image_t *yuv_frame) { in read_yuv_frame()
205 int vpx_img_plane_width(const vpx_image_t *img, int plane) { in vpx_img_plane_width()
212 int vpx_img_plane_height(const vpx_image_t *img, int plane) { in vpx_img_plane_height()
219 void vpx_img_write(const vpx_image_t *img, FILE *file) { in vpx_img_write()
237 int vpx_img_read(vpx_image_t *img, FILE *file) { in vpx_img_read()
271 static void highbd_img_upshift(vpx_image_t *dst, vpx_image_t *src, in highbd_img_upshift()
307 static void lowbd_img_upshift(vpx_image_t *dst, vpx_image_t *src, in lowbd_img_upshift()
344 void vpx_img_upshift(vpx_image_t *dst, vpx_image_t *src, int input_shift) { in vpx_img_upshift()
352 void vpx_img_truncate_16_to_8(vpx_image_t *dst, vpx_image_t *src) { in vpx_img_truncate_16_to_8()
385 static void highbd_img_downshift(vpx_image_t *dst, vpx_image_t *src, in highbd_img_downshift()
419 static void lowbd_img_downshift(vpx_image_t *dst, vpx_image_t *src, in lowbd_img_downshift()
454 void vpx_img_downshift(vpx_image_t *dst, vpx_image_t *src, int down_shift) { in vpx_img_downshift()