HomeSort by relevance Sort by last modified time
    Searched defs:Rc (Results 1 - 7 of 7) 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. */
  /external/pdfium/fpdfsdk/src/javascript/
JS_EventHandler.cpp 560 FX_BOOL& CJS_EventHandler::Rc()
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmspcs.c 491 deltaC,deltah,dc,t,g,dh,rh,rc,rt,bfd; local
529 rc = sqrt((AveC*AveC*AveC*AveC*AveC*AveC)/((AveC*AveC*AveC*AveC*AveC*AveC)+70000000));
530 rt = rh*rc;
636 cmsFloat64Number Rc = 2 * sqrt(( pow(meanC_p, 7.0) )/( pow(meanC_p, 7.0) + pow(25.0, 7.0)));
638 cmsFloat64Number Rt = -sin(2 * RADIANS(delta_ro)) * Rc;
  /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 253 milliseconds