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 548 QualifierCollector Qc;
549 const Type *T = Qc.strip(Ty);
552 Qc.removeObjCGCAttr();
553 Qc.removeAddressSpace();
554 Qc.removeObjCLifetime();
559 if (Qc.hasConst()) {
561 Qc.removeConst();
562 } else if (Qc.hasVolatile()) {
564 Qc.removeVolatile();
565 } else if (Qc.hasRestrict())
    [all...]

Completed in 328 milliseconds