HomeSort by relevance Sort by last modified time
    Searched defs:Rc (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.h 27 float Mp; /* for MB-based RC, 3/14/01 */
37 Int Rc; /*bits used for the current frame. It is the bit count obtained after encoding. */
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 164 int target_bits; /* target bits for current frame, = rc->T */
165 int actual_bits; /* actual bits for current frame obtained after encoding, = rc->Rc*/
166 int QP; /* quantization level for current frame, = rc->Qc*/
210 OsclFloat Mp; /* for MB-based RC */
257 int Rc; /*bits used for the current frame. It is the bit count obtained after encoding. */

Completed in 6788 milliseconds