Add VP9_GET_REFERENCE control
This is like VP8_COPY_REFERENCE, but returns a pointer to the reference frame rather than a copy of it. This is useful when the application doesn't know what the size of the reference is, as is the case when scaling is in effect. Change-Id: I63667109f65510364d0e397ebe56217140772085
Showing
- vp9/common/vp9_onyx.h 4 additions, 2 deletionsvp9/common/vp9_onyx.h
- vp9/decoder/vp9_onyxd.h 5 additions, 3 deletionsvp9/decoder/vp9_onyxd.h
- vp9/decoder/vp9_onyxd_if.c 14 additions, 2 deletionsvp9/decoder/vp9_onyxd_if.c
- vp9/encoder/vp9_onyx_if.c 13 additions, 2 deletionsvp9/encoder/vp9_onyx_if.c
- vp9/vp9_common.mk 1 addition, 0 deletionsvp9/vp9_common.mk
- vp9/vp9_cx_iface.c 23 additions, 5 deletionsvp9/vp9_cx_iface.c
- vp9/vp9_dx_iface.c 24 additions, 36 deletionsvp9/vp9_dx_iface.c
- vp9/vp9_iface_common.h 43 additions, 0 deletionsvp9/vp9_iface_common.h
- vpx/vp8.h 11 additions, 0 deletionsvpx/vp8.h
- vpxenc.c 35 additions, 20 deletionsvpxenc.c
Loading
Please register or sign in to comment