Updated encoder to handle intra-only frames
Updated the encoder to handle frames that are coded intra-only. Intra-only frames must be non-showable, that is, the "show frame" flag must be set to 0 in the frame header. Tested by forcing the ARF frames to be coded intra- only. Note: The rate control code will need to be modified to account for intra-only frames better than they are currently handled. Change-Id: I6a9dd5337deddcecc599d3a44a7431909ed21079
Showing
- vp9/common/vp9_entropy.c 1 addition, 1 deletionvp9/common/vp9_entropy.c
- vp9/common/vp9_onyxc_int.h 5 additions, 0 deletionsvp9/common/vp9_onyxc_int.h
- vp9/decoder/vp9_decodemv.c 2 additions, 2 deletionsvp9/decoder/vp9_decodemv.c
- vp9/decoder/vp9_decodframe.c 4 additions, 2 deletionsvp9/decoder/vp9_decodframe.c
- vp9/encoder/vp9_bitstream.c 2 additions, 2 deletionsvp9/encoder/vp9_bitstream.c
- vp9/encoder/vp9_encodeframe.c 17 additions, 15 deletionsvp9/encoder/vp9_encodeframe.c
- vp9/encoder/vp9_onyx_if.c 24 additions, 29 deletionsvp9/encoder/vp9_onyx_if.c
- vp9/encoder/vp9_rdopt.c 1 addition, 1 deletionvp9/encoder/vp9_rdopt.c
- vp9/encoder/vp9_segmentation.c 2 additions, 2 deletionsvp9/encoder/vp9_segmentation.c
Loading
Please register or sign in to comment