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

/external/chromium_org/media/base/
H A Daudio_splicer_unittest.cc166 scoped_refptr<AudioBuffer> input_2 = GetNextInputBuffer(0.2f); local
168 EXPECT_TRUE(AddInput(input_2));
170 VerifyNextBuffer(input_2);
190 scoped_refptr<AudioBuffer> input_2 = GetNextInputBuffer(0.2f); local
191 EXPECT_TRUE(AddInput(input_2));
192 VerifyNextBuffer(input_2);
198 scoped_refptr<AudioBuffer> input_2 = AudioBuffer::CreateEOSBuffer(); local
200 EXPECT_TRUE(input_2->end_of_stream());
203 EXPECT_TRUE(AddInput(input_2));
234 scoped_refptr<AudioBuffer> input_2 local
268 scoped_refptr<AudioBuffer> input_2 = GetNextInputBuffer(0.2f); local
300 scoped_refptr<AudioBuffer> input_2 = GetNextInputBuffer(0.1f); local
327 scoped_refptr<AudioBuffer> input_2 = GetNextInputBuffer(0.2f); local
375 scoped_refptr<AudioBuffer> input_2 = GetNextInputBuffer(0.2f, kOverlapSize); local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/
H A Dvp9_dct_neon.c40 int16x8_t input_2 = vshlq_n_s16(vld1q_s16(&input[2 * stride]), 2); local
50 const int16x8_t v_s2 = vaddq_s16(input_2, input_5);
53 const int16x8_t v_s5 = vsubq_s16(input_2, input_5);
175 input_2 = r23_s16.val[0];
198 const int16x8_t sign_in2 = vshrq_n_s16(input_2, 15);
206 input_2 = vhsubq_s16(input_2, sign_in2);
215 vst1q_s16(&final_output[2 * 8], input_2);

Completed in 404 milliseconds