Searched defs:ouv_stride (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.c | 750 int ouv_stride, int oheight, int owidth) { in vp9_resize_frame420() 762 int ouv_stride, int oheight, int owidth) { in vp9_resize_frame422() 774 int ouv_stride, int oheight, int owidth) { in vp9_resize_frame444() 787 uint8_t *ov, int ouv_stride, int oheight, in vp9_highbd_resize_frame420() 801 uint8_t *ov, int ouv_stride, int oheight, in vp9_highbd_resize_frame422() 815 uint8_t *ov, int ouv_stride, int oheight, in vp9_highbd_resize_frame444()
|
/external/libaom/libaom/av1/common/ |
D | resize.c | 1113 int ouv_stride, int oheight, int owidth) { in av1_resize_frame420() 1125 int ouv_stride, int oheight, int owidth) { in av1_resize_frame422() 1137 int ouv_stride, int oheight, int owidth) { in av1_resize_frame444() 1149 uint8_t *ov, int ouv_stride, int oheight, in av1_highbd_resize_frame420() 1163 uint8_t *ov, int ouv_stride, int oheight, in av1_highbd_resize_frame422() 1177 uint8_t *ov, int ouv_stride, int oheight, in av1_highbd_resize_frame444()
|