Home
last modified time | relevance | path

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

12345678910>>...33

/external/libvpx/libvpx/vpx_dsp/x86/
Dmem_sse2.h18 static INLINE void load_8bit_4x4(const uint8_t *const s, const ptrdiff_t stride, in load_8bit_4x4()
26 static INLINE void load_8bit_4x8(const uint8_t *const s, const ptrdiff_t stride, in load_8bit_4x8()
32 static INLINE void load_8bit_8x4(const uint8_t *const s, const ptrdiff_t stride, in load_8bit_8x4()
40 static INLINE void load_8bit_8x8(const uint8_t *const s, const ptrdiff_t stride, in load_8bit_8x8()
47 const ptrdiff_t stride, __m128i *const d) { in load_8bit_16x8()
59 const ptrdiff_t stride, __m128i *const d) { in loadu_8bit_16x4()
67 const ptrdiff_t stride, __m128i *const d) { in loadu_8bit_16x8()
77 const ptrdiff_t stride) { in store_8bit_4x4()
85 const ptrdiff_t stride) { in store_8bit_4x4_sse2()
97 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/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/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 *final_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 *out, int stride) { in vpx_fdct32x32_c()
735 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *out, 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/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 …]
Dmem_neon.h83 static INLINE uint8x8_t load_unaligned_u8(const uint8_t *buf, int stride) { in load_unaligned_u8()
96 static INLINE void store_unaligned_u8(uint8_t *buf, int stride, in store_unaligned_u8()
109 static INLINE uint8x16_t load_unaligned_u8q(const uint8_t *buf, int stride) { in load_unaligned_u8q()
129 static INLINE void store_unaligned_u8q(uint8_t *buf, int stride, in store_unaligned_u8q()
146 static INLINE uint8x8_t load_u8(const uint8_t *buf, int stride) { in load_u8()
159 static INLINE void store_u8(uint8_t *buf, int stride, const uint8x8_t a) { in store_u8()
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 …]
Didct16x16_1_add_neon.c17 static INLINE void idct16x16_1_add_pos_kernel(uint8_t **dest, const int stride, in idct16x16_1_add_pos_kernel()
25 static INLINE void idct16x16_1_add_neg_kernel(uint8_t **dest, const int stride, in idct16x16_1_add_neg_kernel()
34 int stride) { in vpx_idct16x16_1_add_neon()
Didct8x8_1_add_neon.c21 static INLINE void idct8x8_1_add_pos_kernel(uint8_t **dest, const int stride, in idct8x8_1_add_pos_kernel()
29 static INLINE void idct8x8_1_add_neg_kernel(uint8_t **dest, const int stride, in idct8x8_1_add_neg_kernel()
38 int stride) { in vpx_idct8x8_1_add_neon()
Didct32x32_1_add_neon.c17 static INLINE void idct32x32_1_add_pos_kernel(uint8_t **dest, const int stride, in idct32x32_1_add_pos_kernel()
28 static INLINE void idct32x32_1_add_neg_kernel(uint8_t **dest, const int stride, in idct32x32_1_add_neg_kernel()
40 int stride) { in vpx_idct32x32_1_add_neon()
Dfdct_partial_neon.c26 void vpx_fdct4x4_1_neon(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct4x4_1_neon()
51 void vpx_fdct8x8_1_neon(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct8x8_1_neon()
65 int stride) { in vpx_fdct16x16_1_neon()
87 int stride) { in vpx_fdct32x32_1_neon()
/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()
Dm_xform_tmp.h78 const GLuint stride = from_vec->stride; in TAG() local
104 const GLuint stride = from_vec->stride; in TAG() local
124 const GLuint stride = from_vec->stride; in TAG() local
146 const GLuint stride = from_vec->stride; in TAG() local
167 const GLuint stride = from_vec->stride; in TAG() local
191 const GLuint stride = from_vec->stride; in TAG() local
214 const GLuint stride = from_vec->stride; in TAG() local
244 const GLuint stride = from_vec->stride; in TAG() local
270 const GLuint stride = from_vec->stride; in TAG() local
291 const GLuint stride = from_vec->stride; in TAG() local
[all …]
/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/libvpx/libvpx/vp9/common/x86/
Dvp9_idct_intrin_sse2.c16 void vp9_iht4x4_16_add_sse2(const tran_low_t *input, uint8_t *dest, int stride, in vp9_iht4x4_16_add_sse2()
54 void vp9_iht8x8_64_add_sse2(const tran_low_t *input, uint8_t *dest, int stride, in vp9_iht8x8_64_add_sse2()
140 const int stride) { in write_buffer_8x16()
196 int stride, int tx_type) { in vp9_iht16x16_256_add_sse2()
/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.cc80 void fdct8x8_ref(const int16_t *in, tran_low_t *out, int stride, in fdct8x8_ref() argument
85 void fht8x8_ref(const int16_t *in, tran_low_t *out, int stride, int tx_type) { in fht8x8_ref()
90 void idct8x8_10(const tran_low_t *in, uint8_t *out, int stride) { in idct8x8_10()
94 void idct8x8_12(const tran_low_t *in, uint8_t *out, int stride) { in idct8x8_12()
98 void iht8x8_10(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { in iht8x8_10()
102 void iht8x8_12(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { in iht8x8_12()
108 void idct8x8_12_add_10_c(const tran_low_t *in, uint8_t *out, int stride) { in idct8x8_12_add_10_c()
112 void idct8x8_12_add_12_c(const tran_low_t *in, uint8_t *out, int stride) { in idct8x8_12_add_12_c()
116 void idct8x8_12_add_10_sse2(const tran_low_t *in, uint8_t *out, int stride) { in idct8x8_12_add_10_sse2()
120 void idct8x8_12_add_12_sse2(const tran_low_t *in, uint8_t *out, int stride) { in idct8x8_12_add_12_sse2()
[all …]
Dblockiness_test.cc67 void FillConstant(uint8_t *data, int stride, uint8_t fill_constant, int width, in FillConstant()
76 void FillConstant(uint8_t *data, int stride, uint8_t fill_constant) { in FillConstant()
80 void FillRandom(uint8_t *data, int stride, int width, int height) { in FillRandom()
88 void FillRandom(uint8_t *data, int stride) { in FillRandom()
92 void FillRandomBlocky(uint8_t *data, int stride) { in FillRandomBlocky()
100 void FillCheckerboard(uint8_t *data, int stride) { in FillCheckerboard()
112 void Blur(uint8_t *data, int stride, int taps) { in Blur()
/external/tensorflow/tensorflow/core/kernels/
Dmkl_pooling_ops_common.cc30 const std::vector<int32>& stride, Padding padding, in Init()
49 const std::vector<int32>& stride, Padding padding, in Init()
64 const std::vector<int32>& stride, Padding padding, in Init()
79 const std::vector<int32>& stride, Padding padding, in Init()
/external/tensorflow/tensorflow/contrib/receptive_field/python/util/
Dreceptive_field.py33 def _get_rf_size_node_input(stride, kernel_size, rf_size_output): argument
47 def _get_effective_stride_node_input(stride, effective_stride_output): argument
62 def _get_effective_padding_node_input(stride, padding, argument
88 def __init__(self, size, stride, padding): argument
/external/tensorflow/tensorflow/python/kernel_tests/
Ddepthwise_conv_op_test.py97 stride, argument
198 def _VerifyHandValues(self, tensor_in_sizes, filter_in_sizes, stride, padding, argument
308 stride, argument
455 stride, padding): argument
475 stride, padding): argument
506 stride, padding): argument
526 output_sizes, stride, padding): argument
/external/libdrm/tests/util/
Dpattern.c79 unsigned int height, unsigned int stride) in fill_smpte_yuv_planar()
182 unsigned int stride) in fill_smpte_yuv_packed()
281 unsigned int stride) in fill_smpte_rgb16()
342 unsigned int stride) in fill_smpte_rgb24()
405 unsigned int stride) in fill_smpte_rgb32()
466 unsigned int stride) in fill_smpte()
547 unsigned int stride, uint32_t format) in make_pwetty()
612 unsigned int height, unsigned int stride) in fill_tiles_yuv_planar()
645 unsigned int height, unsigned int stride) in fill_tiles_yuv_packed()
677 unsigned int stride) in fill_tiles_rgb16()
[all …]
/external/webrtc/webrtc/modules/desktop_capture/
Ddiffer_block.cc23 int stride) { in BlockDifference_C()
37 int stride) { in BlockDifference()

12345678910>>...33