Home
last modified time | relevance | path

Searched refs:vp9_resize_frame420 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_resize.h25 void vp9_resize_frame420(const uint8_t *const y,
Dvp9_resize.c532 void vp9_resize_frame420(const uint8_t *const y, in vp9_resize_frame420() function
/external/libvpx/libvpx/examples/
Dresize_util.c105 vp9_resize_frame420(inbuf, width, inbuf_u, inbuf_v, width / 2, in main()