Refactoring of rate control - part 1
Moves all rate control variables to a separate structure, removes some currently unused variables, moves some rate control functions to vp9_ratectrl.c, and splits the encode_frame_to_data_rate function. Change-Id: I4ed54c24764b3b6de2dd676484f01473724ab52b
Showing
- vp9/encoder/vp9_firstpass.c 69 additions, 67 deletionsvp9/encoder/vp9_firstpass.c
- vp9/encoder/vp9_mbgraph.c 3 additions, 3 deletionsvp9/encoder/vp9_mbgraph.c
- vp9/encoder/vp9_onyx_if.c 322 additions, 600 deletionsvp9/encoder/vp9_onyx_if.c
- vp9/encoder/vp9_onyx_int.h 56 additions, 61 deletionsvp9/encoder/vp9_onyx_int.h
- vp9/encoder/vp9_ratectrl.c 332 additions, 63 deletionsvp9/encoder/vp9_ratectrl.c
- vp9/encoder/vp9_ratectrl.h 4 additions, 0 deletionsvp9/encoder/vp9_ratectrl.h
- vp9/encoder/vp9_temporal_filter.c 2 additions, 2 deletionsvp9/encoder/vp9_temporal_filter.c
Loading
Please register or sign in to comment