HomeSort by relevance Sort by last modified time
    Searched refs:DECLARE_ALIGNED (Results 176 - 193 of 193) sorted by null

1 2 3 4 5 6 78

  /external/libaom/libaom/av1/common/x86/
highbd_jnt_convolve_avx2.c 236 DECLARE_ALIGNED(32, int16_t, im_block[(MAX_SB_SIZE + MAX_FILTER_TAP) * 8]);
    [all...]
jnt_convolve_avx2.c 605 DECLARE_ALIGNED(32, int16_t, im_block[(MAX_SB_SIZE + MAX_FILTER_TAP) * 8]);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
fwd_txfm_impl_sse2.h 577 DECLARE_ALIGNED(16, int16_t, intermediate[256]);
    [all...]
highbd_intrapred_intrin_ssse3.c 173 DECLARE_ALIGNED(16, static const uint8_t, rotate_right_epu16[16]) = {
    [all...]
loopfilter_avx2.c 365 DECLARE_ALIGNED(32, static const uint8_t, filt_loopfilter_avx2[32]) = {
    [all...]
fwd_dct32x32_impl_avx2.h 49 DECLARE_ALIGNED(32, int16_t, intermediate[32 * 32]);
    [all...]
fwd_dct32x32_impl_sse2.h 62 DECLARE_ALIGNED(16, int16_t, intermediate[32 * 32]);
    [all...]
  /external/libaom/libaom/av1/common/arm/
av1_inv_txfm_neon.c     [all...]
convolve_neon.c 860 DECLARE_ALIGNED(16, int16_t,
    [all...]
jnt_convolve_neon.c 725 DECLARE_ALIGNED(16, int16_t,
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c     [all...]
vp9_pickmode.c     [all...]
vp9_encodeframe.c     [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
bilinear_filter_msa.c 16 DECLARE_ALIGNED(16, static const int8_t, vp8_bilinear_filters_msa[7][2]) = {
sixtap_filter_msa.c 16 DECLARE_ALIGNED(16, static const int8_t, vp8_subpel_filters_msa[7][8]) = {
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 523 DECLARE_ALIGNED(16, uint16_t, mc_buf_high[80 * 2 * 80 * 2]);
548 DECLARE_ALIGNED(16, uint8_t, mc_buf[80 * 2 * 80 * 2]);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c     [all...]
  /external/libaom/libaom/av1/encoder/
encoder.c 252 DECLARE_ALIGNED(16, int32_t, coeff[16 * 4]);
274 DECLARE_ALIGNED(16, int16_t, src16[16 * 4]);
    [all...]

Completed in 4510 milliseconds

1 2 3 4 5 6 78