Searched defs:ouv_stride (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.c | 752 int ouv_stride, int oheight, int owidth) { in vp9_resize_frame420() 764 int ouv_stride, int oheight, int owidth) { in vp9_resize_frame422() 776 int ouv_stride, int oheight, int owidth) { in vp9_resize_frame444() 789 uint8_t *ov, int ouv_stride, int oheight, in vp9_highbd_resize_frame420() 803 uint8_t *ov, int ouv_stride, int oheight, in vp9_highbd_resize_frame422() 817 uint8_t *ov, int ouv_stride, int oheight, in vp9_highbd_resize_frame444()
|
/external/libaom/libaom/av1/common/ |
D | resize.c | 1116 int ouv_stride, int oheight, int owidth) { in av1_resize_frame420() 1128 int ouv_stride, int oheight, int owidth) { in av1_resize_frame422() 1140 int ouv_stride, int oheight, int owidth) { in av1_resize_frame444() 1153 uint8_t *ov, int ouv_stride, int oheight, in av1_highbd_resize_frame420() 1167 uint8_t *ov, int ouv_stride, int oheight, in av1_highbd_resize_frame422() 1181 uint8_t *ov, int ouv_stride, int oheight, in av1_highbd_resize_frame444()
|