/external/libhevc/common/arm64/ |
ihevc_sao_edge_offset_class0.s | 116 CMP x9,#16 //Compare wd with 16 123 CMP x8,x9 //if(col == wd) 134 CMP x8,#16 //If col == 16 259 CMP x8,#8 //Check whether residue remains 268 CMP x8,#0 //Residue check 271 CMP x8,x9 //if(wd_rem == wd)
|
ihevc_sao_edge_offset_class1.s | 100 CMP x4,#0 //0 == pu1_avail[2] 107 CMP x4,#0 //0 == pu1_avail[3] 119 CMP x7,#16 //Compare wd with 16 124 CMP x4,#0 //0 == pu1_avail[2] 218 CMP x11,#1 //checking any residue remains 253 CMP x7,#8 //Check whether residue remains 261 CMP x4,#0 //0 == pu1_avail[2] 329 CMP x11,#1
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_PredictReconCoefIntra_s.s | 169 CMP predDir,#2 ;// Check if the Prediction direction is vertical 178 CMP temp1,#0 191 CMP Rem,temp3 ;// compare Rem with (dcScaler/2) 193 CMP temp1,#0 211 CMP ACPredFlag,#1 ;// Check if the AC prediction flag is set or not 213 CMP predDir,#2 ;// Check the Prediction direction
|
armVCM4P2_SetPredDir_s.s | 86 CMP temp1,temp2
|
/external/tremolo/Tremolo/ |
bitwiseARM.s | 76 CMP r12,r10 @ If bitsLeftInWord < bitsLeftInSeg 95 CMP r11,#0 101 CMP r14,#0 111 CMP r5,r1 120 CMP r5,r1 141 CMP r11,#0 184 CMP r14,#0 268 CMP r12,r10 @ If bitsLeftInWord < bitsLeftInSeg 289 CMP r11,#0 297 CMP r14,# [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM-E_mastergain_gnu.s | 79 CMP r4, r6 @check for positive saturation
88 CMP r5, r6 @check for positive saturation
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_mastergain_gnu.s | 79 CMP r4, r6 @check for positive saturation
88 CMP r5, r6 @check for positive saturation
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
pred_lt4_1_neon.s | 40 CMP r2, #0 91 CMP r8, r3
|
Norm_Corr_neon.s | 173 CMP r5, #0 215 CMP r6, #0 228 CMP r4, r6 260 CMP r4, r6
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
scale_sig_opt.s | 34 CMP r2, #0 @Compare exp and 0
|
Norm_Corr_opt.s | 133 CMP r5, #0 175 CMP r6, #0 188 CMP r4, r6 221 CMP r4, r6
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s | 176 CMP bS, #0 183 CMP bS, #4 230 CMP filt, #0 285 CMP filt, #0
|
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s | 139 CMP bS, #0 189 CMP filt, #0 240 CMP filt, #0
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
h264bsd_interpolate_hor_half.s | 91 CMP x0, #0 97 CMP tmp4, width 100 CMP y0, #0 105 CMP tmp2, height
|
h264bsd_interpolate_chroma_hor.s | 94 CMP x0, #0 99 CMP tmp6, width ;// x0+chromaPartWidth+1 > width 102 CMP y0, #0 107 CMP tmp6, height
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/ |
h264bsdFlushBits.s | 65 CMP readBits, strmBuffSize, LSL #3
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/ |
h264bsdFlushBits.S | 63 CMP readBits, strmBuffSize, LSL #3
|
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/armv7/ |
omxSP_FFTFwd_RToCCS_F32_Sfs_s.S | 140 CMP N,#1 157 CMP order,#1 193 CMP subFFTNum,#1
|
/external/libhevc/common/arm/ |
ihevc_sao_band_offset_chroma.s | 135 CMP r5,#28 164 CMP r5,#29 174 CMP r5,#30 183 CMP r5,#31 193 CMP r5,#0 @case 0 228 CMP r6,#28 238 CMP r6,#29 248 CMP r6,#30 258 CMP r6,#31 268 CMP r6,#0 @case [all...] |
ihevc_sao_band_offset_luma.s | 135 CMP r5,#28 150 CMP r5,#29 160 CMP r5,#30 170 CMP r5,#31 179 CMP r5,#0 @case 0
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_vec4_visitor.cpp | 154 * CMP: Sets the low bit of the destination channels with the result 159 vec4_visitor::CMP(dst_reg dst, src_reg src0, src_reg src1, uint32_t condition) 639 emit(CMP(dst_null_d(), op[0], src_reg(0.0f), BRW_CONDITIONAL_NZ)); 648 emit(CMP(dst_null_d(), op[0], src_reg(0), BRW_CONDITIONAL_NZ)); 656 inst = emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_Z)); 661 inst = emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_NZ)); 666 inst = emit(CMP(dst_null_d(), op[0], src_reg(0), BRW_CONDITIONAL_NZ)); 676 emit(CMP(dst_null_d(), op[0], op[1], 760 emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_Z)); 765 emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_NZ)) [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vec4_visitor.cpp | 154 * CMP: Sets the low bit of the destination channels with the result 159 vec4_visitor::CMP(dst_reg dst, src_reg src0, src_reg src1, uint32_t condition) 639 emit(CMP(dst_null_d(), op[0], src_reg(0.0f), BRW_CONDITIONAL_NZ)); 648 emit(CMP(dst_null_d(), op[0], src_reg(0), BRW_CONDITIONAL_NZ)); 656 inst = emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_Z)); 661 inst = emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_NZ)); 666 inst = emit(CMP(dst_null_d(), op[0], src_reg(0), BRW_CONDITIONAL_NZ)); 676 emit(CMP(dst_null_d(), op[0], op[1], 760 emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_Z)); 765 emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_NZ)) [all...] |
/external/chromium_org/third_party/opus/src/celt/arm/ |
celt_pitch_xcorr_arm.s | 326 CMP r2, #1 ; j-- 401 CMP r0, r14 421 CMP r0, r6 425 CMP r0, r7 427 CMP r0, r8 429 CMP r0, r9 489 CMP r0, r10 494 CMP r0, r11 535 CMP r0, r14
|
/external/libopus/celt/arm/ |
celt_pitch_xcorr_arm.s | 326 CMP r2, #1 ; j-- 401 CMP r0, r14 421 CMP r0, r6 425 CMP r0, r7 427 CMP r0, r8 429 CMP r0, r9 489 CMP r0, r10 494 CMP r0, r11 535 CMP r0, r14
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
armVCM4P2_SetPredDir_s.s | 86 CMP temp1,temp2
|