HomeSort by relevance Sort by last modified time
    Searched defs:input_2 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/base/
audio_splicer_unittest.cc 166 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 = GetNextInputBuffer(0.2f) 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/
vp9_dct_neon.c 40 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 423 milliseconds