HomeSort by relevance Sort by last modified time
    Searched defs:vp9_resize_plane (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_resize.c 506 void vp9_resize_plane(const uint8_t *const input, function
540 vp9_resize_plane(y, height, width, y_stride,
542 vp9_resize_plane(u, height / 2, width / 2, uv_stride,
544 vp9_resize_plane(v, height / 2, width / 2, uv_stride,
555 vp9_resize_plane(y, height, width, y_stride,
557 vp9_resize_plane(u, height, width / 2, uv_stride,
559 vp9_resize_plane(v, height, width / 2, uv_stride,
570 vp9_resize_plane(y, height, width, y_stride,
572 vp9_resize_plane(u, height, width, uv_stride,
574 vp9_resize_plane(v, height, width, uv_stride
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_resize.c 510 void vp9_resize_plane(const uint8_t *const input, function
844 vp9_resize_plane(y, height, width, y_stride,
846 vp9_resize_plane(u, height / 2, width / 2, uv_stride,
848 vp9_resize_plane(v, height / 2, width / 2, uv_stride,
859 vp9_resize_plane(y, height, width, y_stride,
861 vp9_resize_plane(u, height, width / 2, uv_stride,
863 vp9_resize_plane(v, height, width / 2, uv_stride,
874 vp9_resize_plane(y, height, width, y_stride,
876 vp9_resize_plane(u, height, width, uv_stride,
878 vp9_resize_plane(v, height, width, uv_stride
    [all...]

Completed in 34 milliseconds