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 508 QualifierCollector Qc;
509 const Type *T = Qc.strip(Ty);
512 Qc.removeObjCGCAttr();
513 Qc.removeAddressSpace();
514 Qc.removeObjCLifetime();
519 if (Qc.hasConst()) {
521 Qc.removeConst();
522 } else if (Qc.hasVolatile()) {
524 Qc.removeVolatile();
525 } else if (Qc.hasRestrict())
    [all...]

Completed in 314 milliseconds