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

/external/chromium_org/media/base/
H A Daudio_splicer_unittest.cc160 scoped_refptr<AudioBuffer> input_1 = GetNextInputBuffer(0.1f); local
161 EXPECT_TRUE(AddInput(input_1));
162 VerifyNextBuffer(input_1);
176 scoped_refptr<AudioBuffer> input_1 = GetNextInputBuffer(0.1f); local
177 EXPECT_TRUE(AddInput(input_1));
185 // |input_1|. This is to make sure that Reset() actually
197 scoped_refptr<AudioBuffer> input_1 = GetNextInputBuffer(0.1f); local
202 EXPECT_TRUE(AddInput(input_1));
205 VerifyNextBuffer(input_1);
227 scoped_refptr<AudioBuffer> input_1 local
262 scoped_refptr<AudioBuffer> input_1 = GetNextInputBuffer(0.1f); local
295 scoped_refptr<AudioBuffer> input_1 = GetNextInputBuffer(0.1f); local
319 scoped_refptr<AudioBuffer> input_1 = GetNextInputBuffer(0.1f); local
366 scoped_refptr<AudioBuffer> input_1 = GetNextInputBuffer(0.1f); local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/
H A Dvp9_dct_neon.c39 int16x8_t input_1 = vshlq_n_s16(vld1q_s16(&input[1 * stride]), 2); local
49 const int16x8_t v_s1 = vaddq_s16(input_1, input_6);
54 const int16x8_t v_s6 = vsubq_s16(input_1, input_6);
174 input_1 = r01_s16.val[1];
197 const int16x8_t sign_in1 = vshrq_n_s16(input_1, 15);
205 input_1 = vhsubq_s16(input_1, sign_in1);
214 vst1q_s16(&final_output[1 * 8], input_1);

Completed in 660 milliseconds