Searched defs:input_3 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/base/
H A Daudio_splicer_unittest.cc167 scoped_refptr<AudioBuffer> input_3 = GetNextInputBuffer(0.3f); local
169 EXPECT_TRUE(AddInput(input_3));
171 VerifyNextBuffer(input_3);
199 scoped_refptr<AudioBuffer> input_3 = GetNextInputBuffer(0.2f); local
213 EXPECT_TRUE(AddInput(input_3));
214 VerifyNextBuffer(input_3);
284 scoped_refptr<AudioBuffer> input_3 = GetNextInputBuffer(0.3f); local
285 EXPECT_TRUE(AddInput(input_3));
286 VerifyNextBuffer(input_3);
381 scoped_refptr<AudioBuffer> input_3 local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/
H A Dvp9_dct_neon.c41 int16x8_t input_3 = vshlq_n_s16(vld1q_s16(&input[3 * stride]), 2); local
51 const int16x8_t v_s3 = vaddq_s16(input_3, input_4);
52 const int16x8_t v_s4 = vsubq_s16(input_3, input_4);
176 input_3 = r23_s16.val[1];
199 const int16x8_t sign_in3 = vshrq_n_s16(input_3, 15);
207 input_3 = vhsubq_s16(input_3, sign_in3);
216 vst1q_s16(&final_output[3 * 8], input_3);

Completed in 2671 milliseconds