Searched refs:Count (Results 1 - 25 of 32) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_PredictIntraDC4x4.c66 int x, y, Sum=0, Count = 0; local
74 Count++;
82 Count++;
84 if (Count==0)
88 else if (Count==1)
92 else /* Count = 2 */
H A DomxVCM4P10_PredictIntra_16x16.c104 int x,y,Sum,Count; local
148 Count = 0;
155 Count++;
163 Count++;
165 if (Count==0)
169 else if (Count==1)
173 else /* Count = 2 */
H A DomxVCM4P10_PredictIntraChroma_8x8.c66 int x, y, Sum=0, Count = 0; local
74 Count++;
82 Count++;
84 if (Count==0)
128 int x, y, Sum=0, Count = 0; local
136 Count++;
144 Count++;
146 if (Count==0)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/
H A DomxVCCOMM_Copy8x8_s.s35 Count RN 14 label
43 MOV Count,step ;//Count=step
45 LDRD X0,[pSrc],Count ;//pSrc after loading : pSrc=pSrc+step
46 LDRD X1,[pSrc],Count
49 LDRD X0,[pSrc],Count
51 LDRD X1,[pSrc],Count
54 LDRD X0,[pSrc],Count
56 LDRD X1,[pSrc],Count
59 LDRD X0,[pSrc],Count
[all...]
H A DomxVCCOMM_Copy16x16_s.s35 Count RN 14 label
45 SUB Count,step,#8 ;//Count=step-8
47 LDRD X1,[pSrc],Count ;//pSrc after loading pSrc=pSrc+step
53 LDRD X1,[pSrc],Count
59 LDRD X1,[pSrc],Count
65 LDRD X1,[pSrc],Count
71 LDRD X1,[pSrc],Count
77 LDRD X1,[pSrc],Count
83 LDRD X1,[pSrc],Count
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s80 Count RN 6 label
124 MOV temp1,#0 ;// Initialize Count to zero
177 ADD temp2,storeRun,Count
179 BGE ExitError ;// error if Count+storeRun >= 64
194 ADD Count,Count,storeRun
195 LDRB zigzag,[pZigzagTable,Count]
196 ADD Count,Count,#1
294 ADD temp1,storeRun,Count ;// Exi
[all...]
H A DarmVCM4P2_Clip8_s.s53 Count RN 14 label
59 MOV Count,#8
63 SUBS Count,Count, #1 ;// count down
84 BGT loop ;// Continue loop until Count reaches 64
H A DomxVCM4P2_PredictReconCoefIntra_s.s121 Count RN 10 label
214 MOV Count,#2 ;// Initializing the Loop Count
222 LDRSH absCoeffAC,[pPredBufRow,Count] ;// absCoeffAC=pPredBufRow[i], 1=<i<=7
232 LDRH temp,[pSrcDst,Count] ;// temp=pSrcDst[i],1<=i<8
243 STRH temp,[pSrcDst,Count]
244 STRH temp,[pPredBufRow,Count] ;// pPredBufRow[i]=temp
245 ADD Count,Count,#2 ;// i=i+1
246 CMP Count,#1
[all...]
H A DomxVCM4P2_QuantInvInter_I_s.s82 Count RN 4 label
94 MOV Count,#64
143 SUBS Count,Count,#4 ;// Decrement Count by 4 and continue if it has not reached 0
H A DomxVCM4P2_DecodeVLCZigzag_Inter_s.s110 Count RN 6 label
135 MOV Count,#0 ;// set start=0
H A DomxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s109 Count RN 6 label
134 MOV Count,#0 ;// Set Start=0
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s115 Count RN 6 label
214 MOV Count,#1 ;// Set Start =1
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s80 Count RN 6 label
124 MOV temp1,#0 ;// Initialize Count to zero
177 ADD temp2,storeRun,Count
179 BGE ExitError ;// error if Count+storeRun >= 64
194 ADD Count,Count,storeRun
195 LDRB zigzag,[pZigzagTable,Count]
196 ADD Count,Count,#1
294 ADD temp1,storeRun,Count ;// Exi
[all...]
H A DomxVCM4P2_QuantInvInter_I_s.s81 Count RN 3 label
126 MOV Count,#64
162 SUBS Count,Count,#8
H A DomxVCM4P2_DecodeVLCZigzag_Inter_s.s110 Count RN 6 label
135 MOV Count,#0 ;// set start=0
H A DomxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s109 Count RN 6 label
134 MOV Count,#0 ;// Set Start=0
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s115 Count RN 6 label
214 MOV Count,#1 ;// Set Start =1
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair_s.s58 Count RN 0 label
75 Count RN 0 label
156 MOV Count, TrailingOnes
159 SUBS Count, Count, #1
168 SUBS Count, TotalCoeff, TrailingOnes ;// Number of levels to read
216 SUBS Count, Count, #1
222 SUB Count, TotalCoeff, #1 ;// Number of runs excluding last
249 SUBS Count, Coun
[all...]
H A DarmVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.s74 Count RN 14 label
85 MOV Count, #4
107 SUBS Count, Count, #1
123 MOV Count, #2
177 SUBS Count, Count, #1
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair_s.s58 Count RN 0 label
75 Count RN 0 label
156 MOV Count, TrailingOnes
159 SUBS Count, Count, #1
168 SUBS Count, TotalCoeff, TrailingOnes ;// Number of levels to read
216 SUBS Count, Count, #1
222 SUB Count, TotalCoeff, #1 ;// Number of runs excluding last
249 SUBS Count, Coun
[all...]
H A DarmVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.s74 Count RN 14 label
85 MOV Count, #4
107 SUBS Count, Count, #1
123 MOV Count, #2
177 SUBS Count, Count, #1
/frameworks/base/libs/hwui/
H A DLayerBuilder.h59 Count // must be last enumerator in enum:android::uirenderer::OpBatchType::__anon1058
128 std::unordered_map<mergeid_t, MergingOpBatch*> mMergingBatchLookup[OpBatchType::Count];
131 OpBatch* mBatchLookup[OpBatchType::Count] = { nullptr };
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
H A DomxVCCOMM_Copy8x8_s.s33 Count RN 3 label
/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp84 // Count - A reference that will hold the length of the allocated
93 // Count to the number of entries in NameList.
98 const char **&NameList, size_t &Count) {
101 Count = 0;
105 Count = NameMetadata->getNumOperands();
106 if (!Count) {
111 NameList = new const char *[Count];
113 for (size_t i = 0; i < Count; i++) {
124 Count = 0;
97 populateNameMetadata(const llvm::NamedMDNode *NameMetadata, const char **&NameList, size_t &Count) argument
/frameworks/native/vulkan/libvulkan/
H A Dapi.cpp98 uint32_t Count() const { return name_count_; } function in class:vulkan::api::__anon1594::OverrideLayerNames
341 uint32_t Count() const { return name_count_; } function in class:vulkan::api::__anon1594::OverrideExtensionNames
516 if (override_layers_.Count()) {
518 layer_count = override_layers_.Count();
705 return (!layer_count_ && !override_layers_.Count() &&
706 !override_extensions_.Count());
726 if (override_layers_.Count()) {
727 info.enabledLayerCount = override_layers_.Count();
731 if (override_extensions_.Count()) {
732 info.enabledExtensionCount = override_extensions_.Count();
[all...]

Completed in 319 milliseconds

12