/frameworks/av/media/codecs/amrwb/enc/src/asm/ARMV7/ |
D | residu_asm_neon.s | 34 SUB r7, r3, #4 @i = lg - 4 47 SUB r8, r9, #2 @get the x[i-1] address 51 SUB r8, r9, #4 @load the x[i-2] address 55 SUB r8, r9, #6 @load the x[i-3] address 59 SUB r8, r9, #8 @load the x[i-4] address 63 SUB r8, r9, #10 @load the x[i-5] address 67 SUB r8, r9, #12 @load the x[i-6] address 71 SUB r8, r9, #14 @load the x[i-7] address 75 SUB r8, r9, #16 @load the x[i-8] address 79 SUB r8, r9, #18 @load the x[i-9] address [all …]
|
D | convolve_neon.s | 45 SUB r5, r5, #1 52 SUB r4, r4, #8 81 SUB r5, r5, #2 88 SUB r4, r4, #8 119 SUB r5, r5, #3 126 SUB r4, r4, #8 152 SUB r4, r4, #8
|
D | Syn_filt_32_neon.s | 49 SUB r10, r4, #32 @ sig_hi[-16] address 50 SUB r11, r5, #32 @ sig_lo[-16] address 118 SUB r12, r11, r10, LSL #12
|
D | pred_lt4_1_neon.s | 37 SUB r4, r0, r1, LSL #1 @ x = exc - T0 39 SUB r4, r4, #30 @ x -= L_INTERPOL2 - 1
|
D | Norm_Corr_neon.s | 54 SUB r13, r13, #voSTACK 102 SUB r6, r7, #1 @exp = norm_l(L_tmp) 176 SUB r10, r10, #1 @exp = norm_l(L_tmp) 183 SUB r5, r5, #1
|
D | syn_filt_neon.s | 36 SUB r13, r13, #700 @ y_buf[L_FRAME16k + M16k]
|
D | Dot_p_neon.s | 117 SUB r10, r10, #1 @ sft = norm_l(L_sum)
|
D | Filt_6k_7k_neon.s | 36 SUB r13, r13, #240 @ x[L_SUBFR16k + (L_FIR - 1)]
|
/frameworks/av/media/codecs/amrwb/enc/src/asm/ARMV5E/ |
D | Norm_Corr_opt.s | 54 SUB r13, r13, #voSTACK 94 SUB r6, r7, #1 @exp = norm_l(L_tmp) 136 SUB r10, r10, #1 @exp = norm_l(L_tmp) 143 SUB r5, r5, #1
|
D | convolve_opt.s | 44 SUB r5, r5, #1 83 SUB r5, r5, #2 121 SUB r5, r5, #3
|
D | scale_sig_opt.s | 33 SUB r3, r1, #1 @i = lg - 1
|
D | Dot_p_opt.s | 69 SUB r10, r10, #1 @ sft = norm_l(L_sum)
|
D | Syn_filt_32_opt.s | 206 SUB r14, r14, r6 213 SUB r9, r14, r7, LSL #12 @ sig_lo[i] = L_tmp - (sig_hi[i] << 12)
|
D | syn_filt_opt.s | 37 SUB r13, r13, #700 @ y_buf[L_FRAME16k + M16k]
|
D | Filt_6k_7k_opt.s | 37 SUB r13, r13, #240 @ x[L_SUBFR16k + (L_FIR - 1)]
|
D | residu_asm_opt.s | 215 SUB r14, r14, #0x10000
|
D | pred_lt4_1_opt.s | 46 SUB r5, r5, #30 @x -= 15
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | Operator.h | 40 SUB = 8, enumerator 171 Operator& Operator::create<Operator::SUB>();
|
D | BinaryOp.h | 65 IntOperand* BinaryOp<Operator::SUB>::eval(const Module&,
|
/frameworks/compile/mclinker/lib/Script/ |
D | Operator.cpp | 185 Operator& Operator::create<Operator::SUB>() { in create() 186 static BinaryOp<Operator::SUB> op; in create()
|
D | BinaryOp.cpp | 59 IntOperand* BinaryOp<Operator::SUB>::eval(const Module& pModule, in eval()
|
D | ScriptParser.yy | 687 &Operator::create<Operator::SUB>());
|
/frameworks/av/media/codecs/m4v_h263/enc/src/ |
D | sad_inline.h | 219 SUB src1, src1, x7, asr #7; /* add 0xFF to the negative byte, add back carry */
|