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

  /packages/apps/Gallery2/jni/filters/
saturated.c 44 float Rc = R * (Rt + S) + G * Gt + B * Bt;
48 destination[RED] = CLAMP(Rc);
vibrance.c 53 float Rc = R * (Rt + S) + G * Gt + B * Bt;
57 destination[RED] = CLAMP(Rc);
wbalance.c 160 float Rc = r*scaleR;
164 rgb[RED] = clamp(Rc);
  /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 125 milliseconds