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

  /external/chromium_org/media/base/
audio_splicer_unittest.cc 160 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 = GetNextInputBuffer(0.1f) 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/
vp9_dct_neon.c 39 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 532 milliseconds