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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.h 45 Int Qc; /*quantization level used for the current frame. */
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 166 int QP; /* quantization level for current frame, = rc->Qc*/
265 int Qc; /*quantization level used for the current frame. */
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 526 QualifierCollector Qc;
527 const Type *T = Qc.strip(Ty);
530 Qc.removeObjCGCAttr();
531 Qc.removeAddressSpace();
532 Qc.removeObjCLifetime();
537 if (Qc.hasConst()) {
539 Qc.removeConst();
540 } else if (Qc.hasVolatile()) {
542 Qc.removeVolatile();
543 } else if (Qc.hasRestrict())
    [all...]

Completed in 665 milliseconds