/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/ |
D | omxVCCOMM_Copy16x16_s.s | 35 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 89 LDRD X1,[pSrc],Count [all …]
|
D | omxVCCOMM_Copy8x8_s.s | 35 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 61 LDRD X1,[pSrc],Count
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
D | armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s | 80 Count RN 6 label 177 ADD temp2,storeRun,Count 194 ADD Count,Count,storeRun 195 LDRB zigzag,[pZigzagTable,Count] 196 ADD Count,Count,#1 294 …ADD temp1,storeRun,Count ;// Exit with an error message if R… 305 ADD Count,Count,storeRun 309 LDRB zigzag,[pZigzagTable,Count] 311 ADD Count,Count,#1 328 …ADD temp2,storeRun,Count ;// Exit with an error message if … [all …]
|
D | omxVCM4P2_PredictReconCoefIntra_s.s | 121 Count RN 10 label 214 … MOV Count,#2 ;// Initializing the Loop Count 222 …LDRSH absCoeffAC,[pPredBufRow,Count] ;// absCoeffAC=pPredBufRow[i], 1=<i… 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,#16 ;// compare if i=8 252 MOV Count,#16 ;// Initializing i=8 256 LSR temp2,Count,#3 ;// temp2=i>>3 [all …]
|
D | armVCM4P2_Clip8_s.s | 53 Count RN 14 label 59 MOV Count,#8 63 SUBS Count,Count, #1 ;// count down
|
D | omxVCM4P2_QuantInvInter_I_s.s | 82 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 …
|
D | omxVCM4P2_DecodeVLCZigzag_Inter_s.s | 110 Count RN 6 label 135 MOV Count,#0 ;// set start=0
|
D | omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s | 109 Count RN 6 label 134 … MOV Count,#0 ;// Set Start=0
|
D | omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s | 115 Count RN 6 label 214 …MOV Count,#1 ;// Set Start =1
|
D | omxVCM4P2_DecodePadMV_PVOP_s.s | 109 Count RN 7 label 193 MOVEQ Count,#4 197 MOVEQ Count,#1 332 CMP BlkCount,Count
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
D | armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s | 80 Count RN 6 label 177 ADD temp2,storeRun,Count 194 ADD Count,Count,storeRun 195 LDRB zigzag,[pZigzagTable,Count] 196 ADD Count,Count,#1 294 …ADD temp1,storeRun,Count ;// Exit with an error message if R… 305 ADD Count,Count,storeRun 309 LDRB zigzag,[pZigzagTable,Count] 311 ADD Count,Count,#1 328 …ADD temp2,storeRun,Count ;// Exit with an error message if … [all …]
|
D | omxVCM4P2_QuantInvInter_I_s.s | 81 Count RN 3 label 126 MOV Count,#64 162 SUBS Count,Count,#8
|
D | omxVCM4P2_DecodeVLCZigzag_Inter_s.s | 110 Count RN 6 label 135 MOV Count,#0 ;// set start=0
|
D | omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s | 109 Count RN 6 label 134 … MOV Count,#0 ;// Set Start=0
|
D | omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s | 115 Count RN 6 label 214 …MOV Count,#1 ;// Set Start =1
|
D | omxVCM4P2_DecodePadMV_PVOP_s.s | 109 Count RN 7 label 193 MOVEQ Count,#4 197 MOVEQ Count,#1 332 CMP BlkCount,Count
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
D | armVCM4P10_PredictIntraDC4x4.c | 66 int x, y, Sum=0, Count = 0; in armVCM4P10_PredictIntraDC4x4() local 74 Count++; in armVCM4P10_PredictIntraDC4x4() 82 Count++; in armVCM4P10_PredictIntraDC4x4() 84 if (Count==0) in armVCM4P10_PredictIntraDC4x4() 88 else if (Count==1) in armVCM4P10_PredictIntraDC4x4()
|
D | omxVCM4P10_PredictIntraChroma_8x8.c | 66 int x, y, Sum=0, Count = 0; in armVCM4P10_PredictIntraDCUp4x4() local 74 Count++; in armVCM4P10_PredictIntraDCUp4x4() 82 Count++; in armVCM4P10_PredictIntraDCUp4x4() 84 if (Count==0) in armVCM4P10_PredictIntraDCUp4x4() 128 int x, y, Sum=0, Count = 0; in armVCM4P10_PredictIntraDCLeft4x4() local 136 Count++; in armVCM4P10_PredictIntraDCLeft4x4() 144 Count++; in armVCM4P10_PredictIntraDCLeft4x4() 146 if (Count==0) in armVCM4P10_PredictIntraDCLeft4x4()
|
D | omxVCM4P10_PredictIntra_16x16.c | 104 int x,y,Sum,Count; in omxVCM4P10_PredictIntra_16x16() local 148 Count = 0; in omxVCM4P10_PredictIntra_16x16() 155 Count++; in omxVCM4P10_PredictIntra_16x16() 163 Count++; in omxVCM4P10_PredictIntra_16x16() 165 if (Count==0) in omxVCM4P10_PredictIntra_16x16() 169 else if (Count==1) in omxVCM4P10_PredictIntra_16x16()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
D | armVCM4P10_DecodeCoeffsToPair_s.s | 58 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, Count, #1 263 SUBS Count, Count, #1
|
D | armVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.s | 74 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/arm11/vc/m4p10/src/ |
D | armVCM4P10_DecodeCoeffsToPair_s.s | 58 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, Count, #1 263 SUBS Count, Count, #1
|
D | armVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.s | 74 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/comm/src/ |
D | omxVCCOMM_Copy8x8_s.s | 33 Count RN 3 label
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
D | LVM_Control.c | 503 LVM_INT16 Count = 5; in LVM_ApplyNewSettings() local 514 Count--; in LVM_ApplyNewSettings() 516 (Count > 0)); in LVM_ApplyNewSettings()
|