Searched defs:DC (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dcombined_decode.cpp351 typeDCStore *DC = video->predDC + mbnum; local
377 (*DC)[comp] = mid_gray;
535 typeDCStore *DC = video->predDC + mbnum; local
671 (*DC)[comp] = mid_gray;
701 (*DC)[4] = mid_gray;
725 (*DC)[5] = mid_gray;
753 (*DC)[comp] = mid_gray;
779 (*DC)[4] = mid_gray;
803 (*DC)[5] = mid_gray;
H A Ddatapart_decode.cpp509 /* Purpose : Decode DQUANT and DC in Data Partitioned Mode for both */
524 typeDCStore *DC = video->predDC + mbnum; local
540 if (MBtype & INTRA_MASK) /* INTRA || INTRA_Q */ /* no switch, code DC separately */
554 status = PV_DecodePredictedIntraDC(comp, stream, (*DC + comp)); /* 03/01/01 */
562 (*DC)[comp] = 0; /* 04/26/01 needed for switched case*/
579 typeDCStore *DC = video->predDC + mbnum; local
593 (*DC)[comp] = mid_gray;
631 typeDCStore *DC = video->predDC + mbnum; local
682 dataBlock[0] = (*DC)[comp];
721 (*DC)[com
[all...]
H A Dvlc_dequant.cpp60 typeDCStore *DC = video->predDC + mbnum; local
367 (*DC)[comp] = datablock[0];
511 typeDCStore *DC = video->predDC + mbnum; local
801 (*DC)[comp] = datablock[0];
813 typeDCStore *DC = video->predDC + mbnum; local
1052 (*DC)[comp] = datablock[0];
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp430 clang::DeclContext *DC,
437 clang::DeclContext *DC,
482 DC,
570 ClearArrayRSObject(C, DC, RefRSArrPtrSubscript, StartLoc, Loc);
573 ClearStructRSObject(C, DC, RefRSArrPtrSubscript, StartLoc, Loc);
652 clang::DeclContext *DC,
712 DC,
743 DC,
749 DC,
831 clang::DeclContext *DC
435 ClearArrayRSObject( clang::ASTContext &C, clang::DeclContext *DC, clang::Expr *RefRSArr, clang::SourceLocation StartLoc, clang::SourceLocation Loc) argument
650 ClearStructRSObject( clang::ASTContext &C, clang::DeclContext *DC, clang::Expr *RefRSStruct, clang::SourceLocation StartLoc, clang::SourceLocation Loc) argument
1242 ClearRSObject( clang::VarDecl *VD, clang::DeclContext *DC) argument
1499 clang::DeclContext *DC = mCtx.getTranslationUnitDecl(); local
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dintra_est.cpp304 // get DC mode
465 /* evaluate DC mode */
547 if (k&0x3) // only sum up non DC values.
568 /* Hadamard of the DC coefficient */
728 uint32 temp, DC; local
886 /* DC */
891 DC = P_I + P_J + P_K + P_L;
895 DC = (P_A + P_B + P_C + P_D + DC + 4) >> 3;
899 DC
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.cpp895 Int intraDC_decision, DC; local
901 /* DC and AC Prediction, 5/28/01, compute CBP, intraDC_decision*/
936 DC = video->RLB[i].level[0];
938 DC = -DC;
940 /*temp =*/ IntraDC_dpcm(DC, 1, bs1); /* dct_dc_size_luminance, */
942 /*temp =*/ IntraDC_dpcm(DC, 0, bs1); /* marker bit */
984 Int intra, intraDC_decision, DC; local
993 /* DC and AC Prediction, 5/28/01, compute CBP, intraDC_decision*/
1086 DC
1145 Int DC; local
1263 Int DC; local
[all...]

Completed in 164 milliseconds