Home
last modified time | relevance | path

Searched defs:stride (Results 1 – 25 of 1044) sorted by relevance

12345678910>>...42

/external/libaom/libaom/aom_dsp/x86/
Dintrapred_sse2.c17 ptrdiff_t stride) { in dc_store_4xh()
27 ptrdiff_t stride) { in dc_store_8xh()
36 ptrdiff_t stride) { in dc_store_16xh()
45 ptrdiff_t stride) { in dc_store_32xh()
55 ptrdiff_t stride) { in dc_store_64xh()
128 void aom_dc_predictor_4x8_sse2(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_4x8_sse2()
143 void aom_dc_predictor_4x16_sse2(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_4x16_sse2()
158 void aom_dc_predictor_8x4_sse2(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_8x4_sse2()
172 void aom_dc_predictor_8x16_sse2(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_8x16_sse2()
185 void aom_dc_predictor_8x32_sse2(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_8x32_sse2()
[all …]
Dhighbd_intrapred_sse2.c19 void aom_highbd_h_predictor_4x4_sse2(uint16_t *dst, ptrdiff_t stride, in aom_highbd_h_predictor_4x4_sse2()
38 void aom_highbd_h_predictor_4x8_sse2(uint16_t *dst, ptrdiff_t stride, in aom_highbd_h_predictor_4x8_sse2()
47 void aom_highbd_h_predictor_8x4_sse2(uint16_t *dst, ptrdiff_t stride, in aom_highbd_h_predictor_8x4_sse2()
66 void aom_highbd_h_predictor_8x8_sse2(uint16_t *dst, ptrdiff_t stride, in aom_highbd_h_predictor_8x8_sse2()
97 void aom_highbd_h_predictor_8x16_sse2(uint16_t *dst, ptrdiff_t stride, in aom_highbd_h_predictor_8x16_sse2()
106 static INLINE void h_store_16_unpacklo(uint16_t **dst, const ptrdiff_t stride, in h_store_16_unpacklo()
114 static INLINE void h_store_16_unpackhi(uint16_t **dst, const ptrdiff_t stride, in h_store_16_unpackhi()
122 static INLINE void h_predictor_16x8(uint16_t *dst, ptrdiff_t stride, in h_predictor_16x8()
143 void aom_highbd_h_predictor_16x8_sse2(uint16_t *dst, ptrdiff_t stride, in aom_highbd_h_predictor_16x8_sse2()
151 void aom_highbd_h_predictor_16x16_sse2(uint16_t *dst, ptrdiff_t stride, in aom_highbd_h_predictor_16x16_sse2()
[all …]
Dintrapred_ssse3.c44 void aom_paeth_predictor_4x4_ssse3(uint8_t *dst, ptrdiff_t stride, in aom_paeth_predictor_4x4_ssse3()
65 void aom_paeth_predictor_4x8_ssse3(uint8_t *dst, ptrdiff_t stride, in aom_paeth_predictor_4x8_ssse3()
86 void aom_paeth_predictor_4x16_ssse3(uint8_t *dst, ptrdiff_t stride, in aom_paeth_predictor_4x16_ssse3()
106 void aom_paeth_predictor_8x4_ssse3(uint8_t *dst, ptrdiff_t stride, in aom_paeth_predictor_8x4_ssse3()
127 void aom_paeth_predictor_8x8_ssse3(uint8_t *dst, ptrdiff_t stride, in aom_paeth_predictor_8x8_ssse3()
148 void aom_paeth_predictor_8x16_ssse3(uint8_t *dst, ptrdiff_t stride, in aom_paeth_predictor_8x16_ssse3()
169 void aom_paeth_predictor_8x32_ssse3(uint8_t *dst, ptrdiff_t stride, in aom_paeth_predictor_8x32_ssse3()
200 void aom_paeth_predictor_16x4_ssse3(uint8_t *dst, ptrdiff_t stride, in aom_paeth_predictor_16x4_ssse3()
221 void aom_paeth_predictor_16x8_ssse3(uint8_t *dst, ptrdiff_t stride, in aom_paeth_predictor_16x8_ssse3()
243 void aom_paeth_predictor_16x16_ssse3(uint8_t *dst, ptrdiff_t stride, in aom_paeth_predictor_16x16_ssse3()
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Dmem_sse2.h48 static INLINE void load_8bit_4x4(const uint8_t *const s, const ptrdiff_t stride, in load_8bit_4x4()
56 static INLINE void load_8bit_4x8(const uint8_t *const s, const ptrdiff_t stride, in load_8bit_4x8()
62 static INLINE void load_8bit_8x4(const uint8_t *const s, const ptrdiff_t stride, in load_8bit_8x4()
70 static INLINE void load_8bit_8x8(const uint8_t *const s, const ptrdiff_t stride, in load_8bit_8x8()
77 const ptrdiff_t stride, __m128i *const d) { in load_8bit_16x8()
89 const ptrdiff_t stride, __m128i *const d) { in loadu_8bit_16x4()
97 const ptrdiff_t stride, __m128i *const d) { in loadu_8bit_16x8()
107 const ptrdiff_t stride) { in store_8bit_4x4()
115 const ptrdiff_t stride) { in store_8bit_4x4_sse2()
127 const ptrdiff_t stride) { in store_8bit_8x4_from_16x2()
[all …]
Dhighbd_intrapred_intrin_sse2.c19 void vpx_highbd_h_predictor_4x4_sse2(uint16_t *dst, ptrdiff_t stride, in vpx_highbd_h_predictor_4x4_sse2()
38 void vpx_highbd_h_predictor_8x8_sse2(uint16_t *dst, ptrdiff_t stride, in vpx_highbd_h_predictor_8x8_sse2()
69 static INLINE void h_store_16_unpacklo(uint16_t **dst, const ptrdiff_t stride, in h_store_16_unpacklo()
77 static INLINE void h_store_16_unpackhi(uint16_t **dst, const ptrdiff_t stride, in h_store_16_unpackhi()
85 void vpx_highbd_h_predictor_16x16_sse2(uint16_t *dst, ptrdiff_t stride, in vpx_highbd_h_predictor_16x16_sse2()
113 static INLINE void h_store_32_unpacklo(uint16_t **dst, const ptrdiff_t stride, in h_store_32_unpacklo()
123 static INLINE void h_store_32_unpackhi(uint16_t **dst, const ptrdiff_t stride, in h_store_32_unpackhi()
133 void vpx_highbd_h_predictor_32x32_sse2(uint16_t *dst, ptrdiff_t stride, in vpx_highbd_h_predictor_32x32_sse2()
171 static INLINE void dc_store_4x4(uint16_t *dst, ptrdiff_t stride, in dc_store_4x4()
180 void vpx_highbd_dc_left_predictor_4x4_sse2(uint16_t *dst, ptrdiff_t stride, in vpx_highbd_dc_left_predictor_4x4_sse2()
[all …]
/external/libaom/libaom/av1/common/
Didct.c34 void av1_highbd_iwht4x4_add(const tran_low_t *input, uint8_t *dest, int stride, in av1_highbd_iwht4x4_add()
43 int stride, const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_4x4_c()
60 int stride, const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_4x8_c()
68 int stride, const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_8x4_c()
76 int stride, const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_16x32_c()
83 int stride, const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_32x16_c()
90 int stride, const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_16x4_c()
97 int stride, const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_4x16_c()
104 int stride, const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_32x8_c()
111 int stride, const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_8x32_c()
[all …]
Dav1_inv_txfm2d.c21 int stride, int bd) { in av1_highbd_iwht4x4_16_add_c()
255 int stride, TXFM_2D_FLIP_CFG *cfg, in inv_txfm2d_add_c()
339 int stride, int32_t *txfm_buf, in inv_txfm2d_add_facade()
350 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_4x8_c()
356 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_8x4_c()
362 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_8x16_c()
368 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_16x8_c()
374 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_16x32_c()
380 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_32x16_c()
386 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_4x4_c()
[all …]
/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c20 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, in vp9_iht4x4_16_add_c()
59 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, in vp9_iht8x8_64_add_c()
92 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int stride, in vp9_iht16x16_256_add_c()
119 void vp9_idct4x4_add(const tran_low_t *input, uint8_t *dest, int stride, in vp9_idct4x4_add()
127 void vp9_iwht4x4_add(const tran_low_t *input, uint8_t *dest, int stride, in vp9_iwht4x4_add()
135 void vp9_idct8x8_add(const tran_low_t *input, uint8_t *dest, int stride, in vp9_idct8x8_add()
151 void vp9_idct16x16_add(const tran_low_t *input, uint8_t *dest, int stride, in vp9_idct16x16_add()
165 void vp9_idct32x32_add(const tran_low_t *input, uint8_t *dest, int stride, in vp9_idct32x32_add()
181 int stride, int eob) { in vp9_iht4x4_add()
189 int stride, int eob) { in vp9_iht8x8_add()
[all …]
/external/libaom/libaom/aom_dsp/
Dintrapred.c23 static INLINE void v_predictor(uint8_t *dst, ptrdiff_t stride, int bw, int bh, in v_predictor()
34 static INLINE void h_predictor(uint8_t *dst, ptrdiff_t stride, int bw, int bh, in h_predictor()
60 static INLINE void paeth_predictor(uint8_t *dst, ptrdiff_t stride, int bw, in paeth_predictor()
84 static INLINE void smooth_predictor(uint8_t *dst, ptrdiff_t stride, int bw, in smooth_predictor()
115 static INLINE void smooth_v_predictor(uint8_t *dst, ptrdiff_t stride, int bw, in smooth_v_predictor()
144 static INLINE void smooth_h_predictor(uint8_t *dst, ptrdiff_t stride, int bw, in smooth_h_predictor()
173 static INLINE void dc_128_predictor(uint8_t *dst, ptrdiff_t stride, int bw, in dc_128_predictor()
186 static INLINE void dc_left_predictor(uint8_t *dst, ptrdiff_t stride, int bw, in dc_left_predictor()
201 static INLINE void dc_top_predictor(uint8_t *dst, ptrdiff_t stride, int bw, in dc_top_predictor()
216 static INLINE void dc_predictor(uint8_t *dst, ptrdiff_t stride, int bw, int bh, in dc_predictor()
[all …]
/external/libaom/libaom/aom_dsp/arm/
Dintrapred_neon.c23 static INLINE void dc_4x4(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, in dc_4x4()
63 void aom_dc_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_4x4_neon()
68 void aom_dc_left_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride, in aom_dc_left_predictor_4x4_neon()
74 void aom_dc_top_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride, in aom_dc_top_predictor_4x4_neon()
80 void aom_dc_128_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride, in aom_dc_128_predictor_4x4_neon()
91 static INLINE void dc_8x8(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, in dc_8x8()
133 void aom_dc_predictor_8x8_neon(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_8x8_neon()
138 void aom_dc_left_predictor_8x8_neon(uint8_t *dst, ptrdiff_t stride, in aom_dc_left_predictor_8x8_neon()
144 void aom_dc_top_predictor_8x8_neon(uint8_t *dst, ptrdiff_t stride, in aom_dc_top_predictor_8x8_neon()
150 void aom_dc_128_predictor_8x8_neon(uint8_t *dst, ptrdiff_t stride, in aom_dc_128_predictor_8x8_neon()
[all …]
/external/libvpx/libvpx/vpx_dsp/
Dfwd_txfm.c15 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct4x4_c()
81 void vpx_fdct4x4_1_c(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct4x4_1_c()
90 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct8x8_c()
174 void vpx_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct8x8_1_c()
183 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct16x16_c()
363 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct16x16_1_c()
708 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct32x32_c()
735 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct32x32_rd_c()
760 void vpx_fdct32x32_1_c(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct32x32_1_c()
771 int stride) { in vpx_highbd_fdct4x4_c()
[all …]
Dintrapred.c21 static INLINE void d207_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d207_predictor()
45 static INLINE void d63_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d63_predictor()
62 static INLINE void d45_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d45_predictor()
81 static INLINE void d117_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d117_predictor()
106 static INLINE void d135_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d135_predictor()
134 static INLINE void d153_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d153_predictor()
157 static INLINE void v_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in v_predictor()
168 static INLINE void h_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in h_predictor()
179 static INLINE void tm_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in tm_predictor()
191 static INLINE void dc_128_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in dc_128_predictor()
[all …]
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dpooling_test.cc36 absl::Span<const int64> stride, Padding padding, in MakeGeneralPadding()
72 auto stride = kernel_size; in XLA_TEST_F() local
85 auto stride = kernel_size; in XLA_TEST_F() local
98 auto stride = ExpandWithBatchAndFeatureDimensions({1, 1}, data_format); in XLA_TEST_F() local
112 auto stride = kernel_size; in XLA_TEST_F() local
128 auto stride = kernel_size; in XLA_TEST_F() local
144 auto stride = ExpandWithBatchAndFeatureDimensions({1, 1}, data_format); in XLA_TEST_F() local
162 auto stride = kernel_size; in XLA_TEST_F() local
177 auto stride = ExpandWithBatchAndFeatureDimensions({2, 2}, data_format); in XLA_TEST_F() local
191 auto stride = ExpandWithBatchAndFeatureDimensions({2, 2}, data_format); in XLA_TEST_F() local
[all …]
/external/mesa3d/src/glx/
Dvertarr.c50 __indirect_glColorPointerEXT(GLint size, GLenum type, GLsizei stride, in __indirect_glColorPointerEXT()
58 __indirect_glEdgeFlagPointerEXT(GLsizei stride, in __indirect_glEdgeFlagPointerEXT()
66 __indirect_glIndexPointerEXT(GLenum type, GLsizei stride, in __indirect_glIndexPointerEXT()
74 __indirect_glNormalPointerEXT(GLenum type, GLsizei stride, GLsizei count, in __indirect_glNormalPointerEXT()
82 __indirect_glTexCoordPointerEXT(GLint size, GLenum type, GLsizei stride, in __indirect_glTexCoordPointerEXT()
90 __indirect_glVertexPointerEXT(GLint size, GLenum type, GLsizei stride, in __indirect_glVertexPointerEXT()
102 __indirect_glInterleavedArrays(GLenum format, GLsizei stride, in __indirect_glInterleavedArrays()
/external/libvpx/libvpx/vpx_dsp/arm/
Dintrapred_neon.c26 static INLINE void dc_store_4x4(uint8_t *dst, ptrdiff_t stride, in dc_store_4x4()
35 void vpx_dc_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride, in vpx_dc_predictor_4x4_neon()
48 void vpx_dc_left_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride, in vpx_dc_left_predictor_4x4_neon()
56 void vpx_dc_top_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride, in vpx_dc_top_predictor_4x4_neon()
64 void vpx_dc_128_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride, in vpx_dc_128_predictor_4x4_neon()
82 static INLINE void dc_store_8x8(uint8_t *dst, ptrdiff_t stride, in dc_store_8x8()
91 void vpx_dc_predictor_8x8_neon(uint8_t *dst, ptrdiff_t stride, in vpx_dc_predictor_8x8_neon()
105 void vpx_dc_left_predictor_8x8_neon(uint8_t *dst, ptrdiff_t stride, in vpx_dc_left_predictor_8x8_neon()
113 void vpx_dc_top_predictor_8x8_neon(uint8_t *dst, ptrdiff_t stride, in vpx_dc_top_predictor_8x8_neon()
121 void vpx_dc_128_predictor_8x8_neon(uint8_t *dst, ptrdiff_t stride, in vpx_dc_128_predictor_8x8_neon()
[all …]
Dhighbd_intrapred_neon.c26 static INLINE void dc_store_4x4(uint16_t *dst, ptrdiff_t stride, in dc_store_4x4()
35 void vpx_highbd_dc_predictor_4x4_neon(uint16_t *dst, ptrdiff_t stride, in vpx_highbd_dc_predictor_4x4_neon()
50 void vpx_highbd_dc_left_predictor_4x4_neon(uint16_t *dst, ptrdiff_t stride, in vpx_highbd_dc_left_predictor_4x4_neon()
60 void vpx_highbd_dc_top_predictor_4x4_neon(uint16_t *dst, ptrdiff_t stride, in vpx_highbd_dc_top_predictor_4x4_neon()
70 void vpx_highbd_dc_128_predictor_4x4_neon(uint16_t *dst, ptrdiff_t stride, in vpx_highbd_dc_128_predictor_4x4_neon()
89 static INLINE void dc_store_8x8(uint16_t *dst, ptrdiff_t stride, in dc_store_8x8()
98 void vpx_highbd_dc_predictor_8x8_neon(uint16_t *dst, ptrdiff_t stride, in vpx_highbd_dc_predictor_8x8_neon()
113 void vpx_highbd_dc_left_predictor_8x8_neon(uint16_t *dst, ptrdiff_t stride, in vpx_highbd_dc_left_predictor_8x8_neon()
123 void vpx_highbd_dc_top_predictor_8x8_neon(uint16_t *dst, ptrdiff_t stride, in vpx_highbd_dc_top_predictor_8x8_neon()
133 void vpx_highbd_dc_128_predictor_8x8_neon(uint16_t *dst, ptrdiff_t stride, in vpx_highbd_dc_128_predictor_8x8_neon()
[all …]
/external/mesa3d/src/mesa/math/
Dm_trans_tmp.h33 GLuint stride, in DEST_4F()
57 GLuint stride, in DEST_4FN()
80 GLuint stride, in DEST_3FN()
100 GLuint stride, in DEST_1F()
118 GLuint stride, in DEST_4UB()
140 GLuint stride, in DEST_4US()
162 GLuint stride, in DEST_1UB()
181 GLuint stride, in DEST_1UI()
/external/libvpx/libvpx/vpx_dsp/ppc/
Dintrapred_vsx.c14 void vpx_v_predictor_16x16_vsx(uint8_t *dst, ptrdiff_t stride, in vpx_v_predictor_16x16_vsx()
25 void vpx_v_predictor_32x32_vsx(uint8_t *dst, ptrdiff_t stride, in vpx_v_predictor_32x32_vsx()
40 void vpx_h_predictor_4x4_vsx(uint8_t *dst, ptrdiff_t stride, in vpx_h_predictor_4x4_vsx()
59 void vpx_h_predictor_8x8_vsx(uint8_t *dst, ptrdiff_t stride, in vpx_h_predictor_8x8_vsx()
91 void vpx_h_predictor_16x16_vsx(uint8_t *dst, ptrdiff_t stride, in vpx_h_predictor_16x16_vsx()
154 void vpx_h_predictor_32x32_vsx(uint8_t *dst, ptrdiff_t stride, in vpx_h_predictor_32x32_vsx()
236 void vpx_tm_predictor_4x4_vsx(uint8_t *dst, ptrdiff_t stride, in vpx_tm_predictor_4x4_vsx()
268 void vpx_tm_predictor_8x8_vsx(uint8_t *dst, ptrdiff_t stride, in vpx_tm_predictor_8x8_vsx()
315 static void tm_predictor_16x8(uint8_t *dst, const ptrdiff_t stride, int16x8_t l, in tm_predictor_16x8()
367 void vpx_tm_predictor_16x16_vsx(uint8_t *dst, ptrdiff_t stride, in vpx_tm_predictor_16x16_vsx()
[all …]
/external/libaom/libaom/av1/encoder/x86/
Dencodetxb_sse2.c21 const int stride, in load_levels_4x4x5_sse2()
32 const int stride, in load_levels_8x2x5_sse2()
43 const int stride, in load_levels_16x1x5_sse2()
76 const int stride = 4 + TX_PAD_HOR; in get_4_nz_map_contexts_2d() local
108 const int stride = 4 + TX_PAD_HOR; in get_4_nz_map_contexts_hor() local
139 const int stride = 4 + TX_PAD_HOR; in get_4_nz_map_contexts_ver() local
172 const int stride = 8 + TX_PAD_HOR; in get_8_coeff_contexts_2d() local
218 const int stride = 8 + TX_PAD_HOR; in get_8_coeff_contexts_hor() local
249 const int stride = 8 + TX_PAD_HOR; in get_8_coeff_contexts_ver() local
284 const int stride = width + TX_PAD_HOR; in get_16n_coeff_contexts_2d() local
[all …]
/external/libaom/libaom/av1/encoder/
Dav1_fwd_txfm2d.c57 const int stride, const TXFM_2D_FLIP_CFG *cfg, in fwd_txfm2d_c()
124 void av1_fwd_txfm2d_4x8_c(const int16_t *input, int32_t *output, int stride, in av1_fwd_txfm2d_4x8_c()
132 void av1_fwd_txfm2d_8x4_c(const int16_t *input, int32_t *output, int stride, in av1_fwd_txfm2d_8x4_c()
140 void av1_fwd_txfm2d_8x16_c(const int16_t *input, int32_t *output, int stride, in av1_fwd_txfm2d_8x16_c()
148 void av1_fwd_txfm2d_16x8_c(const int16_t *input, int32_t *output, int stride, in av1_fwd_txfm2d_16x8_c()
156 void av1_fwd_txfm2d_16x32_c(const int16_t *input, int32_t *output, int stride, in av1_fwd_txfm2d_16x32_c()
164 void av1_fwd_txfm2d_32x16_c(const int16_t *input, int32_t *output, int stride, in av1_fwd_txfm2d_32x16_c()
172 void av1_fwd_txfm2d_4x16_c(const int16_t *input, int32_t *output, int stride, in av1_fwd_txfm2d_4x16_c()
180 void av1_fwd_txfm2d_16x4_c(const int16_t *input, int32_t *output, int stride, in av1_fwd_txfm2d_16x4_c()
188 void av1_fwd_txfm2d_8x32_c(const int16_t *input, int32_t *output, int stride, in av1_fwd_txfm2d_8x32_c()
[all …]
/external/libvpx/libvpx/test/
Ddct16x16_test.cc237 void fdct16x16_ref(const int16_t *in, tran_low_t *out, int stride, in fdct16x16_ref() argument
242 void idct16x16_ref(const tran_low_t *in, uint8_t *dest, int stride, in idct16x16_ref() argument
247 void fht16x16_ref(const int16_t *in, tran_low_t *out, int stride, int tx_type) { in fht16x16_ref()
251 void iht16x16_ref(const tran_low_t *in, uint8_t *dest, int stride, in iht16x16_ref()
257 void idct16x16_10(const tran_low_t *in, uint8_t *out, int stride) { in idct16x16_10()
261 void idct16x16_12(const tran_low_t *in, uint8_t *out, int stride) { in idct16x16_12()
265 void idct16x16_10_ref(const tran_low_t *in, uint8_t *out, int stride, in idct16x16_10_ref() argument
270 void idct16x16_12_ref(const tran_low_t *in, uint8_t *out, int stride, in idct16x16_12_ref() argument
275 void iht16x16_10(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { in iht16x16_10()
279 void iht16x16_12(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { in iht16x16_12()
[all …]
Dfdct8x8_test.cc81 void fdct8x8_ref(const int16_t *in, tran_low_t *out, int stride, in fdct8x8_ref() argument
86 void fht8x8_ref(const int16_t *in, tran_low_t *out, int stride, int tx_type) { in fht8x8_ref()
91 void idct8x8_10(const tran_low_t *in, uint8_t *out, int stride) { in idct8x8_10()
95 void idct8x8_12(const tran_low_t *in, uint8_t *out, int stride) { in idct8x8_12()
99 void iht8x8_10(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { in iht8x8_10()
103 void iht8x8_12(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { in iht8x8_12()
109 void idct8x8_12_add_10_c(const tran_low_t *in, uint8_t *out, int stride) { in idct8x8_12_add_10_c()
113 void idct8x8_12_add_12_c(const tran_low_t *in, uint8_t *out, int stride) { in idct8x8_12_add_12_c()
117 void idct8x8_12_add_10_sse2(const tran_low_t *in, uint8_t *out, int stride) { in idct8x8_12_add_10_sse2()
121 void idct8x8_12_add_12_sse2(const tran_low_t *in, uint8_t *out, int stride) { in idct8x8_12_add_12_sse2()
[all …]
/external/libaom/libaom/test/
Dfwht4x4_test.cc41 void fwht4x4_ref(const int16_t *in, tran_low_t *out, int stride, in fwht4x4_ref()
46 void iwht4x4_10(const tran_low_t *in, uint8_t *out, int stride) { in iwht4x4_10()
50 void iwht4x4_12(const tran_low_t *in, uint8_t *out, int stride) { in iwht4x4_12()
72 void RunFwdTxfm(const int16_t *in, tran_low_t *out, int stride) { in RunFwdTxfm()
75 void RunInvTxfm(const tran_low_t *out, uint8_t *dst, int stride) { in RunInvTxfm()
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_idct_intrin_sse2.c14 void vp9_iht4x4_16_add_sse2(const tran_low_t *input, uint8_t *dest, int stride, in vp9_iht4x4_16_add_sse2()
52 void vp9_iht8x8_64_add_sse2(const tran_low_t *input, uint8_t *dest, int stride, in vp9_iht8x8_64_add_sse2()
138 const int stride) { in write_buffer_8x16()
194 int stride, int tx_type) { in vp9_iht16x16_256_add_sse2()
/external/libaom/libaom/av1/common/x86/
Dav1_txfm_sse2.h140 const int stride, in load_buffer_16bit_to_16bit_w4()
149 const int stride, in load_buffer_16bit_to_16bit_w4_flip()
157 static INLINE void load_buffer_16bit_to_16bit(const int16_t *in, int stride, in load_buffer_16bit_to_16bit()
165 int stride, __m128i *out, in load_buffer_16bit_to_16bit_flip()
172 static INLINE void load_buffer_32bit_to_16bit(const int32_t *in, int stride, in load_buffer_32bit_to_16bit()
179 static INLINE void load_buffer_32bit_to_16bit_w4(const int32_t *in, int stride, in load_buffer_32bit_to_16bit_w4()
187 int stride, __m128i *out, in load_buffer_32bit_to_16bit_flip()
196 const int stride, in store_buffer_16bit_to_32bit_w4()
205 const int stride, in store_buffer_16bit_to_32bit_w8()
214 const int stride, in store_rect_buffer_16bit_to_32bit_w4()
[all …]

12345678910>>...42