HomeSort by relevance Sort by last modified time
    Searched refs:stride (Results 126 - 150 of 2584) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libvpx/libvpx/test/
idct_test.cc 64 predict->stride(), output->TopLeftPixel(),
65 output->stride()));
81 predict->stride(), output->TopLeftPixel(),
82 output->stride()));
98 pred[y * predict->stride() + x] = y * 4 + x;
103 predict->stride(), output->TopLeftPixel(),
104 output->stride()));
109 EXPECT_EQ(1 + y * 4 + x, out[y * output->stride() + x]);
127 in[y * input->stride() + x] = y * 4 + x;
132 predict->stride(), output->TopLeftPixel()
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
mem_neon.h 83 static INLINE uint8x8_t load_unaligned_u8(const uint8_t *buf, int stride) {
86 if (stride == 4) return vld1_u8(buf);
88 buf += stride;
96 static INLINE void store_unaligned_u8(uint8_t *buf, int stride,
99 if (stride == 4) {
104 buf += stride;
109 static INLINE uint8x16_t load_unaligned_u8q(const uint8_t *buf, int stride) {
112 if (stride == 4) return vld1q_u8(buf);
114 buf += stride;
117 buf += stride;
    [all...]
highbd_idct32x32_add_neon.c 18 const int stride,
37 *dest += stride;
41 const int stride,
59 *dest += stride;
63 int stride, int bd) {
75 highbd_idct32x32_1_add_pos_kernel(&dest, stride, dc, max);
76 highbd_idct32x32_1_add_pos_kernel(&dest, stride, dc, max);
77 highbd_idct32x32_1_add_pos_kernel(&dest, stride, dc, max);
78 highbd_idct32x32_1_add_pos_kernel(&dest, stride, dc, max);
82 highbd_idct32x32_1_add_neg_kernel(&dest, stride, dc)
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_intrapred_intrin_sse2.c 19 void vpx_highbd_h_predictor_4x4_sse2(uint16_t *dst, ptrdiff_t stride,
30 dst += stride;
32 dst += stride;
34 dst += stride;
38 void vpx_highbd_h_predictor_8x8_sse2(uint16_t *dst, ptrdiff_t stride,
53 dst += stride;
55 dst += stride;
57 dst += stride;
59 dst += stride;
61 dst += stride;
    [all...]
fwd_txfm_sse2.c 18 void vpx_fdct4x4_1_sse2(const int16_t *input, tran_low_t *output, int stride) {
22 in0 = _mm_loadl_epi64((const __m128i *)(input + 0 * stride));
23 in1 = _mm_loadl_epi64((const __m128i *)(input + 1 * stride));
25 in1, _mm_loadl_epi64((const __m128i *)(input + 2 * stride)));
27 in0, _mm_loadl_epi64((const __m128i *)(input + 3 * stride)));
47 void vpx_fdct8x8_1_sse2(const int16_t *input, tran_low_t *output, int stride) {
48 __m128i in0 = _mm_load_si128((const __m128i *)(input + 0 * stride));
49 __m128i in1 = _mm_load_si128((const __m128i *)(input + 1 * stride));
50 __m128i in2 = _mm_load_si128((const __m128i *)(input + 2 * stride));
51 __m128i in3 = _mm_load_si128((const __m128i *)(input + 3 * stride));
    [all...]
  /external/harfbuzz_ng/src/
hb-set-digest-private.hh 86 inline void add_array (const T *array, unsigned int count, unsigned int stride=sizeof(T))
91 array = (const T *) (stride + (const char *) array);
95 inline bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T))
100 array = (const T *) (stride + (const char *) array);
138 inline void add_array (const T *array, unsigned int count, unsigned int stride=sizeof(T))
140 head.add_array (array, count, stride);
141 tail.add_array (array, count, stride);
144 inline bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T))
146 head.add_sorted_array (array, count, stride);
147 tail.add_sorted_array (array, count, stride);
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
quantized_pooling_ops_test.cc 40 const int stride = 2; local
47 .Attr("strides", {1, stride, stride, 1})
64 const int expected_width = input_width / stride;
65 const int expected_height = input_height / stride;
85 const int stride = 2; local
92 .Attr("strides", {1, stride, stride, 1})
109 const int expected_width = input_width / stride;
110 const int expected_height = input_height / stride;
    [all...]
ops_util.h 34 // current index, input size, kernel size, stride, padding size, the starting
39 const int stride, const int pad_size, int* bindex,
93 T stride = 1; local
95 strides[i] = stride;
96 stride *= static_cast<T>(shape.dim_size(i));
106 T stride = 1; local
108 strides[i] = stride;
109 stride *= static_cast<T>(shape[i]);
  /external/tensorflow/tensorflow/python/kernel_tests/
conv2d_backprop_filter_grad_test.py 37 for stride in [1, 2]:
48 strides=[1, stride, stride, 1],
58 strides=[1, stride, stride, 1],
71 for stride in [1, 2]:
83 strides=[1, stride, stride, 1],
94 strides=[1, stride, stride, 1]
    [all...]
depthwise_conv_op_test.py 37 Tuple (input_size, filter_size, out_size, stride, padding), the depthwise
67 Tuple (input_size, filter_size, out_size, stride, padding), the depthwise
97 stride,
109 stride: Stride.
138 strides = [1, stride, stride, 1]
143 strides = [1, 1, stride, stride]
157 t1, t2, strides=[1, stride, stride, 1], padding=padding
    [all...]
  /external/gemmlowp/meta/
quantized_mul_kernels_arm_32.h 94 [stride] "r"(params.output_stream.stride),
172 [stride] "r"(params.output_stream.stride),
256 [stride] "r"(params.output_stream.stride),
343 [stride] "r"(params.output_stream.stride),
444 [stride] "r"(params.output_stream.stride),
    [all...]
quantized_mul_kernels_arm_64.h 94 [stride] "r"(params.output_stream.stride),
170 [stride] "r"(params.output_stream.stride),
251 [stride] "r"(params.output_stream.stride),
335 [stride] "r"(params.output_stream.stride),
432 [stride] "r"(params.output_stream.stride),
    [all...]
test_streams_correctness.cc 36 void prepare_row_major_data(int rows, int elements, int stride, std::uint8_t* data) {
37 for (int i = 0; i < rows * stride; ++i) {
42 data[i * stride + j] = j % 256;
47 void prepare_column_major_data(int columns, int elements, int stride,
49 for (int i = 0; i < elements * stride; ++i) {
54 data[i * stride + j] = i % 256;
109 for (int stride = all_elements; stride < all_elements + 4; ++stride) {
112 params.stride = stride
    [all...]
  /external/libvpx/libvpx/vpx_dsp/ppc/
intrapred_vsx.c 14 void vpx_v_predictor_16x16_vsx(uint8_t *dst, ptrdiff_t stride,
20 for (i = 0; i < 16; i++, dst += stride) {
25 void vpx_v_predictor_32x32_vsx(uint8_t *dst, ptrdiff_t stride,
32 for (i = 0; i < 32; i++, dst += stride) {
40 void vpx_h_predictor_4x4_vsx(uint8_t *dst, ptrdiff_t stride,
51 dst += stride;
53 dst += stride;
55 dst += stride;
59 void vpx_h_predictor_8x8_vsx(uint8_t *dst, ptrdiff_t stride,
75 dst += stride;
693 vec_vsx_st(xxpermdi(row1, d1, 1), 0, dst + stride); local
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/neon/
idct_dequant_0_2x_neon.c 14 int stride) {
31 dst0 += stride;
33 dst0 += stride;
35 dst0 += stride;
51 dst0 += stride;
53 dst0 += stride;
55 dst0 += stride;
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans4_dspr2.c 24 void vp9_iht4x4_16_add_dspr2(const int16_t *input, uint8_t *dest, int stride,
40 vpx_idct4_columns_add_blk_dspr2(&out[0], dest, stride);
51 dest[j * stride + i] = clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 4) +
52 dest[j * stride + i]);
69 vpx_idct4_columns_add_blk_dspr2(&temp_in[0], dest, stride);
83 dest[j * stride + i] = clip_pixel(ROUND_POWER_OF_TWO(temp_out[j], 4) +
84 dest[j * stride + i]);
  /external/libvpx/config/x86/
vp9_rtcd.h 45 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
46 void vp9_fdct8x8_quant_ssse3(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
49 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
50 void vp9_fht16x16_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type);
53 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
54 void vp9_fht4x4_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type);
57 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
58 void vp9_fht8x8_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type);
61 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride);
62 void vp9_fwht4x4_sse2(const int16_t *input, tran_low_t *output, int stride);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos_arrays.c 51 static void emit_s0_vec(uint32_t *out, GLvoid *data, int stride, int count)
55 fprintf(stderr, "%s count %d stride %d\n",
56 __func__, count, stride);
62 data += stride;
66 static void emit_stq_vec(uint32_t *out, GLvoid *data, int stride, int count)
71 fprintf(stderr, "%s count %d stride %d\n",
72 __func__, count, stride);
79 data += stride;
84 GLvoid *data, int size, int stride, int count)
100 if (stride == 0)
    [all...]
  /external/webrtc/webrtc/common_video/
video_frame.cc 24 int stride,
30 data1 += stride;
31 data2 += stride;
81 height == video_frame_buffer_->height() && stride_y == stride(kYPlane) &&
82 stride_u == stride(kUPlane) && stride_v == stride(kVPlane)) {
147 videoFrame.height(), videoFrame.stride(kYPlane),
148 videoFrame.stride(kUPlane), videoFrame.stride(kVPlane));
185 return plane_height * stride(type)
188 int VideoFrame::stride(PlaneType type) const { function in class:webrtc::VideoFrame
    [all...]
  /frameworks/native/opengl/libs/GLES_CM/
gl.cpp 38 GL_API void GL_APIENTRY glColorPointerBounds(GLint size, GLenum type, GLsizei stride,
40 GL_API void GL_APIENTRY glNormalPointerBounds(GLenum type, GLsizei stride,
43 GLsizei stride, const GLvoid *pointer, GLsizei count);
45 GLsizei stride, const GLvoid *pointer, GLsizei count);
47 GLsizei stride, const GLvoid *pointer, GLsizei count);
49 GLsizei stride, const GLvoid *pointer, GLsizei count);
51 GLsizei stride, const GLvoid *pointer, GLsizei count);
54 void glColorPointerBounds(GLint size, GLenum type, GLsizei stride,
56 glColorPointer(size, type, stride, ptr);
58 void glNormalPointerBounds(GLenum type, GLsizei stride,
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
intrapred8_dspr2.c 14 void vpx_h_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride,
40 "add %[dst], %[dst], %[stride] \n\t"
43 "add %[dst], %[dst], %[stride] \n\t"
46 "add %[dst], %[dst], %[stride] \n\t"
49 "add %[dst], %[dst], %[stride] \n\t"
52 "add %[dst], %[dst], %[stride] \n\t"
55 "add %[dst], %[dst], %[stride] \n\t"
58 "add %[dst], %[dst], %[stride] \n\t"
65 : [left] "r"(left), [dst] "r"(dst), [stride] "r"(stride));
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_frame.cc 19 int stride,
23 stride_(stride),
39 dest += stride();
50 src_frame.stride(), dest_rect);
54 return data() + stride() * pos.y() + DesktopFrame::kBytesPerPixel * pos.x();
70 memcpy(result->data() + y * result->stride(),
71 frame.data() + y * frame.stride(),
83 int stride,
85 : DesktopFrame(size, stride,
  /external/swiftshader/src/Renderer/
Stream.hpp 49 unsigned int stride; member in struct:sw::StreamResource
54 Stream(Resource *resource = 0, const void *buffer = 0, unsigned int stride = 0)
58 this->stride = stride;
86 stride = 0;
  /external/webp/src/dsp/
dec_neon.c 31 int stride) {
35 out = vld4_lane_u8(src + 0 * stride, out, 0);
36 out = vld4_lane_u8(src + 1 * stride, out, 1);
37 out = vld4_lane_u8(src + 2 * stride, out, 2);
38 out = vld4_lane_u8(src + 3 * stride, out, 3);
39 out = vld4_lane_u8(src + 4 * stride, out, 4);
40 out = vld4_lane_u8(src + 5 * stride, out, 5);
41 out = vld4_lane_u8(src + 6 * stride, out, 6);
42 out = vld4_lane_u8(src + 7 * stride, out, 7);
46 static WEBP_INLINE void Load4x16_NEON(const uint8_t* const src, int stride,
    [all...]
dec_mips32.c 125 static void VFilter16(uint8_t* p, int stride,
127 FilterLoop26(p, stride, 1, 16, thresh, ithresh, hev_thresh);
130 static void HFilter16(uint8_t* p, int stride,
132 FilterLoop26(p, 1, stride, 16, thresh, ithresh, hev_thresh);
136 static void VFilter8(uint8_t* u, uint8_t* v, int stride,
138 FilterLoop26(u, stride, 1, 8, thresh, ithresh, hev_thresh);
139 FilterLoop26(v, stride, 1, 8, thresh, ithresh, hev_thresh);
142 static void HFilter8(uint8_t* u, uint8_t* v, int stride,
144 FilterLoop26(u, 1, stride, 8, thresh, ithresh, hev_thresh);
145 FilterLoop26(v, 1, stride, 8, thresh, ithresh, hev_thresh)
    [all...]

Completed in 931 milliseconds

1 2 3 4 56 7 8 91011>>