Allow OVERLAY frames to use the show_exsiting_frame flag
ARF with zero strength temporal filter can be reused by setting the show_existing_frame = 1, and in this case, there is no need to refresh the reference frame buffer. However, we used the flag "refresh_golden_frame" as the identifier for the starting point of a gf group. A new flags "is_arf_filter_off" is used to record if the filter with strengrh zero is used. Change-Id: I25971a760f6e1638d5147fe30488c48125512b1a
parent
681ba364
No related branches found
No related tags found
Showing
- vp10/encoder/bitstream.c 0 additions, 1 deletionvp10/encoder/bitstream.c
- vp10/encoder/bitstream.h 4 additions, 0 deletionsvp10/encoder/bitstream.h
- vp10/encoder/encoder.c 60 additions, 25 deletionsvp10/encoder/encoder.c
- vp10/encoder/encoder.h 1 addition, 0 deletionsvp10/encoder/encoder.h
- vp10/encoder/firstpass.c 4 additions, 0 deletionsvp10/encoder/firstpass.c
- vp10/encoder/ratectrl.c 12 additions, 0 deletionsvp10/encoder/ratectrl.c
- vp10/encoder/temporal_filter.c 6 additions, 0 deletionsvp10/encoder/temporal_filter.c
Loading
Please register or sign in to comment