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

  /external/libvpx/libvpx/vp9/encoder/
vp9_resize.h 17 void vp9_resize_plane(const uint8_t *const input,
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...]
vp9_encoder.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_resize.h 17 void vp9_resize_plane(const uint8_t *const input,
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...]
vp9_onyx_if.c     [all...]

Completed in 97 milliseconds