D | vp9_resize.c | 842 uint8_t *ou, uint8_t *ov, int ouv_stride, in vp9_resize_frame420() argument 847 ou, oheight / 2, owidth / 2, ouv_stride); in vp9_resize_frame420() 857 uint8_t *ou, uint8_t *ov, int ouv_stride, in vp9_resize_frame422() argument 862 ou, oheight, owidth / 2, ouv_stride); in vp9_resize_frame422() 872 uint8_t *ou, uint8_t *ov, int ouv_stride, in vp9_resize_frame444() argument 877 ou, oheight, owidth, ouv_stride); in vp9_resize_frame444() 889 uint8_t *ou, uint8_t *ov, int ouv_stride, in vp9_highbd_resize_frame420() argument 894 ou, oheight / 2, owidth / 2, ouv_stride, bd); in vp9_highbd_resize_frame420() 904 uint8_t *ou, uint8_t *ov, int ouv_stride, in vp9_highbd_resize_frame422() argument 909 ou, oheight, owidth / 2, ouv_stride, bd); in vp9_highbd_resize_frame422() [all …]
|