Searched refs:ou (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_resize.h | 34 uint8_t *ou, 48 uint8_t *ou, 62 uint8_t *ou,
|
D | vp9_resize.c | 538 uint8_t *ou, uint8_t *ov, int ouv_stride, in vp9_resize_frame420() argument 543 ou, oheight / 2, owidth / 2, ouv_stride); in vp9_resize_frame420() 553 uint8_t *ou, uint8_t *ov, int ouv_stride, in vp9_resize_frame422() argument 558 ou, oheight, owidth / 2, ouv_stride); in vp9_resize_frame422() 568 uint8_t *ou, uint8_t *ov, int ouv_stride, in vp9_resize_frame444() argument 573 ou, oheight, owidth, ouv_stride); in vp9_resize_frame444()
|