/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.h | 27 int oy_stride, uint8_t *ou, uint8_t *ov, 32 int oy_stride, uint8_t *ou, uint8_t *ov, 37 int oy_stride, uint8_t *ou, uint8_t *ov, 47 uint8_t *oy, int oy_stride, uint8_t *ou, 53 uint8_t *oy, int oy_stride, uint8_t *ou, 59 uint8_t *oy, int oy_stride, uint8_t *ou,
|
D | vp9_resize.c | 749 int oy_stride, uint8_t *ou, uint8_t *ov, in vp9_resize_frame420() argument 751 vp9_resize_plane(y, height, width, y_stride, oy, oheight, owidth, oy_stride); in vp9_resize_frame420() 761 int oy_stride, uint8_t *ou, uint8_t *ov, in vp9_resize_frame422() argument 763 vp9_resize_plane(y, height, width, y_stride, oy, oheight, owidth, oy_stride); in vp9_resize_frame422() 773 int oy_stride, uint8_t *ou, uint8_t *ov, in vp9_resize_frame444() argument 775 vp9_resize_plane(y, height, width, y_stride, oy, oheight, owidth, oy_stride); in vp9_resize_frame444() 786 uint8_t *oy, int oy_stride, uint8_t *ou, in vp9_highbd_resize_frame420() argument 790 oy_stride, bd); in vp9_highbd_resize_frame420() 800 uint8_t *oy, int oy_stride, uint8_t *ou, in vp9_highbd_resize_frame422() argument 804 oy_stride, bd); in vp9_highbd_resize_frame422() [all …]
|
/external/libaom/libaom/av1/common/ |
D | resize.h | 32 int oy_stride, uint8_t *ou, uint8_t *ov, 37 int oy_stride, uint8_t *ou, uint8_t *ov, 42 int oy_stride, uint8_t *ou, uint8_t *ov, 51 uint8_t *oy, int oy_stride, uint8_t *ou, 57 uint8_t *oy, int oy_stride, uint8_t *ou, 63 uint8_t *oy, int oy_stride, uint8_t *ou,
|
D | resize.c | 1112 int oy_stride, uint8_t *ou, uint8_t *ov, in av1_resize_frame420() argument 1114 av1_resize_plane(y, height, width, y_stride, oy, oheight, owidth, oy_stride); in av1_resize_frame420() 1124 int oy_stride, uint8_t *ou, uint8_t *ov, in av1_resize_frame422() argument 1126 av1_resize_plane(y, height, width, y_stride, oy, oheight, owidth, oy_stride); in av1_resize_frame422() 1136 int oy_stride, uint8_t *ou, uint8_t *ov, in av1_resize_frame444() argument 1138 av1_resize_plane(y, height, width, y_stride, oy, oheight, owidth, oy_stride); in av1_resize_frame444() 1148 uint8_t *oy, int oy_stride, uint8_t *ou, in av1_highbd_resize_frame420() argument 1152 oy_stride, bd); in av1_highbd_resize_frame420() 1162 uint8_t *oy, int oy_stride, uint8_t *ou, in av1_highbd_resize_frame422() argument 1166 oy_stride, bd); in av1_highbd_resize_frame422() [all …]
|