Searched defs:ouv_stride (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_resize.c538 uint8_t *ou, uint8_t *ov, int ouv_stride,
543 ou, oheight / 2, owidth / 2, ouv_stride);
545 ov, oheight / 2, owidth / 2, ouv_stride);
553 uint8_t *ou, uint8_t *ov, int ouv_stride,
558 ou, oheight, owidth / 2, ouv_stride);
560 ov, oheight, owidth / 2, ouv_stride);
568 uint8_t *ou, uint8_t *ov, int ouv_stride,
573 ou, oheight, owidth, ouv_stride);
575 ov, oheight, owidth, ouv_stride);
532 vp9_resize_frame420(const uint8_t *const y, int y_stride, const uint8_t *const u, const uint8_t *const v, int uv_stride, int height, int width, uint8_t *oy, int oy_stride, uint8_t *ou, uint8_t *ov, int ouv_stride, int oheight, int owidth) argument
548 vp9_resize_frame422(const uint8_t *const y, int y_stride, const uint8_t *const u, const uint8_t *const v, int uv_stride, int height, int width, uint8_t *oy, int oy_stride, uint8_t *ou, uint8_t *ov, int ouv_stride, int oheight, int owidth) argument
563 vp9_resize_frame444(const uint8_t *const y, int y_stride, const uint8_t *const u, const uint8_t *const v, int uv_stride, int height, int width, uint8_t *oy, int oy_stride, uint8_t *ou, uint8_t *ov, int ouv_stride, int oheight, int owidth) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_resize.c538 uint8_t *ou, uint8_t *ov, int ouv_stride,
543 ou, oheight / 2, owidth / 2, ouv_stride);
545 ov, oheight / 2, owidth / 2, ouv_stride);
553 uint8_t *ou, uint8_t *ov, int ouv_stride,
558 ou, oheight, owidth / 2, ouv_stride);
560 ov, oheight, owidth / 2, ouv_stride);
568 uint8_t *ou, uint8_t *ov, int ouv_stride,
573 ou, oheight, owidth, ouv_stride);
575 ov, oheight, owidth, ouv_stride);
532 vp9_resize_frame420(const uint8_t *const y, int y_stride, const uint8_t *const u, const uint8_t *const v, int uv_stride, int height, int width, uint8_t *oy, int oy_stride, uint8_t *ou, uint8_t *ov, int ouv_stride, int oheight, int owidth) argument
548 vp9_resize_frame422(const uint8_t *const y, int y_stride, const uint8_t *const u, const uint8_t *const v, int uv_stride, int height, int width, uint8_t *oy, int oy_stride, uint8_t *ou, uint8_t *ov, int ouv_stride, int oheight, int owidth) argument
563 vp9_resize_frame444(const uint8_t *const y, int y_stride, const uint8_t *const u, const uint8_t *const v, int uv_stride, int height, int width, uint8_t *oy, int oy_stride, uint8_t *ou, uint8_t *ov, int ouv_stride, int oheight, int owidth) argument

Completed in 217 milliseconds