HomeSort by relevance Sort by last modified time
    Searched refs:stride (Results 226 - 250 of 2085) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/config/arm/
vp9_rtcd.h 47 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 *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_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);
50 void vp9_fht16x16_c(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);
56 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
65 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride);
101 void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
  /external/libvpx/config/generic/
vp9_rtcd.h 47 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 *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_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);
50 void vp9_fht16x16_c(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);
56 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
65 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride);
101 void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
  /external/mesa3d/src/mesa/math/
m_vector.c 81 v->stride = 4 * sizeof(GLfloat);
101 v->stride = 4 * sizeof(GLfloat);
151 for (; d != v->start; STRIDE_F(d, v->stride), i++)
158 for (; i < count; STRIDE_F(d, v->stride), i++)
163 for (; i < count; STRIDE_F(d, v->stride), i++)
174 i++, STRIDE_F(d, v->stride)) {
  /external/opencv3/3rdparty/libwebp/enc/
filter.c 100 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) {
103 if (needs_filter(p + i, stride, thresh)) {
104 do_filter2(p + i, stride);
109 static void SimpleHFilter16(uint8_t* p, int stride, int thresh) {
112 if (needs_filter(p + i * stride, 1, thresh)) {
113 do_filter2(p + i * stride, 1);
118 static void SimpleVFilter16i(uint8_t* p, int stride, int thresh) {
121 p += 4 * stride;
122 SimpleVFilter16(p, stride, thresh);
126 static void SimpleHFilter16i(uint8_t* p, int stride, int thresh)
    [all...]
  /external/opencv3/modules/cudalegacy/test/
NCVTestSourceProvider.hpp 81 for (Ncv32u j=0; j<data.get()->stride(); j++)
83 data.get()->ptr()[i * data.get()->stride() + j] =
135 memcpy(dst.ptr() + i * dst.stride() + j * this->dataWidth,
136 this->data.get()->ptr() + this->data.get()->stride() * srcLine,
141 memcpy(dst.ptr() + i * dst.stride() + srcFullChunks * this->dataWidth,
142 this->data.get()->ptr() + this->data.get()->stride() * srcLine,
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_and_cursor_composer.cc 76 : DesktopFrame(frame->size(), frame->stride(),
100 target_rect.top() * stride() +
103 AlphaBlend(target_rect_data, stride(),
105 origin_shift.y() * cursor.image()->stride() +
107 cursor.image()->stride(),
116 CopyPixelsFrom(restore_frame_->data(), restore_frame_->stride(),
differ_block_sse2.cc 26 int stride) {
58 image1 += stride;
59 image2 += stride;
66 int stride) {
114 image1 += stride;
115 image2 += stride;
  /frameworks/native/libs/gui/tests/
FillBuffer.cpp 25 void fillYV12Buffer(uint8_t* buf, int w, int h, int stride) {
29 int yuvTexStrideY = stride;
54 void fillYV12BufferRect(uint8_t* buf, int w, int h, int stride,
57 int yuvTexStrideY = stride;
78 void fillRGBA8Buffer(uint8_t* buf, int w, int h, int stride) {
82 off_t offset = (y * stride + x) * PIXEL_SIZE;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
systemdependent.c 60 void recon_b_ppc(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
61 void recon2b_ppc(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
62 void recon4b_ppc(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
80 void vp8_recon_b_c(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
81 void vp8_recon2b_c(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
82 void vp8_recon4b_c(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
csystemdependent.c 47 void (*vp8_subtract_mby)(short *diff, unsigned char *src, unsigned char *pred, int stride);
48 void (*vp8_subtract_mbuv)(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
64 extern void subtract_mby_c(short *diff, unsigned char *src, unsigned char *pred, int stride);
65 extern void subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
96 extern void vp8_subtract_mby_ppc(short *diff, unsigned char *src, unsigned char *pred, int stride);
97 extern void vp8_subtract_mbuv_ppc(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
PSNRComparer.java 40 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width,
46 int index = indexFromXAndY(x, y, stride, offset);
59 int index = indexFromXAndY(x, y, stride, offset);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
PerPixelBitmapVerifier.java 56 public boolean verify(int[] bitmap, int offset, int stride, int width, int height) {
61 int index = indexFromXAndY(x, y, stride, offset);
82 mDifferenceBitmap.setPixels(differenceMap, offset, stride, 0, 0,
SamplePointVerifier.java 47 public boolean verify(int[] bitmap, int offset, int stride, int width, int height) {
54 int index = indexFromXAndY(x, y, stride, offset);
68 mDifferenceBitmap.setPixels(differenceMap, offset, stride, 0, 0,
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 138 void (*fwd_txm4x4)(const int16_t *input, tran_low_t *output, int stride);
139 void (*itxm_add)(const tran_low_t *input, uint8_t *dest, int stride, int eob);
141 void (*highbd_itxm_add)(const tran_low_t *input, uint8_t *dest, int stride,
  /external/mesa3d/src/gallium/auxiliary/util/
u_transfer.c 16 unsigned stride,
59 transfer->stride, /* bytes */
64 stride, /* bytes */
u_transfer.h 23 unsigned stride,
81 unsigned stride,
124 unsigned stride,
  /external/mesa3d/src/gallium/drivers/i915/
i915_winsys.h 152 * *stride, height are in bytes. The winsys tries to allocate the buffer with
154 * be set to I915_TILE_NONE. The calculated stride (incorporateing hw/kernel
155 * requirements) is always returned in *stride.
159 unsigned *stride, unsigned height,
166 * Also provides the stride information needed for the
167 * texture via the stride argument.
173 unsigned *stride);
177 * The winsys might need the stride information.
182 unsigned stride);
  /external/webp/src/dec/
buffer.c 38 #define MIN_BUFFER_SIZE(WIDTH, HEIGHT, STRIDE) \
39 (uint64_t)(STRIDE) * ((HEIGHT) - 1) + (WIDTH)
76 const int stride = abs(buf->stride); local
77 const uint64_t size = MIN_BUFFER_SIZE(width, height, stride);
79 ok &= (stride >= width * kModeBpp[mode]);
101 const int stride = w * kModeBpp[mode]; local
102 const uint64_t size = (uint64_t)stride * h;
124 buf->y_stride = stride;
140 buf->stride = stride
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterFx.java 90 int stride = w * 4; local
91 int max = stride * h;
92 int increment = stride * 256; // 256 lines
  /development/ndk/platforms/android-18/include/android/
bitmap.h 46 uint32_t stride; member in struct:__anon1364
  /development/ndk/platforms/android-8/include/android/
bitmap.h 46 uint32_t stride; member in struct:__anon2544
  /development/ndk/platforms/android-9/include/android/
bitmap.h 45 uint32_t stride; member in struct:__anon2706
  /device/linaro/hikey/gralloc/
alloc_device.cpp 365 size_t stride; local
380 stride = GRALLOC_ALIGN(w, 16);
381 size = GRALLOC_ALIGN(h, 16) * (stride + GRALLOC_ALIGN(stride / 2, 16));
388 stride = GRALLOC_ALIGN(w, 16);
389 size = GRALLOC_ALIGN(h, 2) * (stride + GRALLOC_ALIGN(stride / 2, 16));
395 stride = GRALLOC_ALIGN(w, 16);
396 size = GRALLOC_ALIGN(h, 16) * (stride + GRALLOC_ALIGN(stride / 2, 16))
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.h 49 unsigned stride[SP_MAX_TEXTURE_2D_LEVELS]; member in struct:softpipe_resource
  /external/mesa3d/src/gallium/include/state_tracker/
drm_driver.h 34 unsigned stride; member in struct:winsys_handle

Completed in 1318 milliseconds

1 2 3 4 5 6 7 8 91011>>