HomeSort by relevance Sort by last modified time
    Searched refs:load_buffer_4x4 (Results 1 - 3 of 3) sorted by null

  /external/libaom/libaom/av1/encoder/x86/
highbd_fwd_txfm_sse4.c 25 static INLINE void load_buffer_4x4(const int16_t *input, __m128i *in, function
59 // shift[0] is used in load_buffer_4x4()
224 load_buffer_4x4(input, in, input_stride, 0, 0, shift[0]);
230 load_buffer_4x4(input, in, input_stride, 0, 0, shift[0]);
236 load_buffer_4x4(input, in, input_stride, 0, 0, shift[0]);
242 load_buffer_4x4(input, in, input_stride, 0, 0, shift[0]);
248 load_buffer_4x4(input, in, input_stride, 1, 0, shift[0]);
254 load_buffer_4x4(input, in, input_stride, 0, 1, shift[0]);
260 load_buffer_4x4(input, in, input_stride, 1, 1, shift[0]);
266 load_buffer_4x4(input, in, input_stride, 0, 1, shift[0])
    [all...]
  /external/libaom/libaom/av1/common/x86/
highbd_inv_txfm_sse4.c 96 static INLINE void load_buffer_4x4(const int32_t *coeff, __m128i *in) { function
655 load_buffer_4x4(coeff, in);
661 load_buffer_4x4(coeff, in);
667 load_buffer_4x4(coeff, in);
673 load_buffer_4x4(coeff, in);
679 load_buffer_4x4(coeff, in);
685 load_buffer_4x4(coeff, in);
691 load_buffer_4x4(coeff, in);
697 load_buffer_4x4(coeff, in);
703 load_buffer_4x4(coeff, in)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_intrin_sse2.c 23 static INLINE void load_buffer_4x4(const int16_t *input, __m128i *in, function
163 load_buffer_4x4(input, in, stride);
169 load_buffer_4x4(input, in, stride);
176 load_buffer_4x4(input, in, stride);
    [all...]

Completed in 3043 milliseconds