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 589 QualifierCollector Qc;
590 const Type *T = Qc.strip(Ty);
593 Qc.removeObjCGCAttr();
594 Qc.removeAddressSpace();
595 Qc.removeObjCLifetime();
600 if (Qc.hasConst()) {
602 Qc.removeConst();
603 } else if (Qc.hasVolatile()) {
605 Qc.removeVolatile();
606 } else if (Qc.hasRestrict())
    [all...]

Completed in 91 milliseconds