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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
reconintra_neon.c 20 int y_stride) {
54 ypred_ptr += y_stride;
63 ypred_ptr += y_stride;
73 ypred_ptr += y_stride;
93 ypred_ptr += y_stride;
loopfiltersimpleverticaledge_neon.c 262 int y_stride,
265 vp8_loop_filter_simple_vertical_edge_neon(y_ptr, y_stride, blimit);
267 vp8_loop_filter_simple_vertical_edge_neon(y_ptr, y_stride, blimit);
269 vp8_loop_filter_simple_vertical_edge_neon(y_ptr, y_stride, blimit);
275 int y_stride,
277 vp8_loop_filter_simple_vertical_edge_neon(y_ptr, y_stride, blimit);
  /external/chromium_org/third_party/libwebp/enc/
picture.c 56 picture->y_stride = picture->uv_stride = 0;
92 const int y_stride = width; local
112 y_size = (uint64_t)y_stride * height;
131 picture->y_stride = y_stride;
picture_psnr.c 95 sse[0] = AccumulateLSIM(src->y, src->y_stride,
96 ref->y, ref->y_stride, src->width, src->height);
120 VP8SSIMAccumulatePlane(src->y, src->y_stride,
121 ref->y, ref->y_stride,
  /external/webp/src/enc/
picture.c 56 picture->y_stride = picture->uv_stride = 0;
92 const int y_stride = width; local
112 y_size = (uint64_t)y_stride * height;
131 picture->y_stride = y_stride;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_reconintra_neon.asm 29 ;void vp9_v_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride,
33 ; r1 ptrdiff_t y_stride
46 ;void vp9_v_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride,
50 ; r1 ptrdiff_t y_stride
67 ;void vp9_v_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride,
71 ; r1 ptrdiff_t y_stride
96 ;void vp9_v_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride,
100 ; r1 ptrdiff_t y_stride
129 ;void vp9_h_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride,
133 ; r1 ptrdiff_t y_stride
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_denoiser.c 264 denoiser->running_avg_y[frame].y_stride,
267 denoiser->running_avg_y[frame].y_stride;
283 denoiser->mc_running_avg_y.y_stride,
285 filter_mbd->plane[0].dst.stride = denoiser->mc_running_avg_y.y_stride;
328 uint8_t *avg_start = block_start(avg.y_buffer, avg.y_stride, mi_row, mi_col);
329 uint8_t *mc_avg_start = block_start(mc_avg.y_buffer, mc_avg.y_stride,
340 mc_avg_start, mc_avg.y_stride,
341 avg_start, avg.y_stride,
346 copy_block(src.buf, src.stride, avg_start, avg.y_stride, bs);
348 copy_block(avg_start, avg.y_stride, src.buf, src.stride, bs)
    [all...]
vp9_ssim.c 103 source->y_stride, dest->y_stride,
127 source->y_stride, dest->y_stride,
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_reconintra_neon.asm 29 ;void vp9_v_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride,
33 ; r1 ptrdiff_t y_stride
46 ;void vp9_v_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride,
50 ; r1 ptrdiff_t y_stride
67 ;void vp9_v_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride,
71 ; r1 ptrdiff_t y_stride
96 ;void vp9_v_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride,
100 ; r1 ptrdiff_t y_stride
129 ;void vp9_h_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride,
133 ; r1 ptrdiff_t y_stride
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_reconintra_neon.asm 29 ;void vp9_v_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride,
33 ; r1 ptrdiff_t y_stride
46 ;void vp9_v_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride,
50 ; r1 ptrdiff_t y_stride
67 ;void vp9_v_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride,
71 ; r1 ptrdiff_t y_stride
96 ;void vp9_v_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride,
100 ; r1 ptrdiff_t y_stride
129 ;void vp9_h_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride,
133 ; r1 ptrdiff_t y_stride
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
vpx_scale.c 495 Scale2D((unsigned char *) src->y_buffer, src->y_stride, src->y_width, src->y_height,
496 (unsigned char *) dst->y_buffer, dst->y_stride, dw, dh,
501 vpx_memset(dst->y_buffer + i * dst->y_stride + dw - 1, dst->y_buffer[i * dst->y_stride + dw - 2], dst->y_width - dw + 1);
505 vpx_memcpy(dst->y_buffer + i * dst->y_stride, dst->y_buffer + (dh - 2) * dst->y_stride, dst->y_width + 1);
  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 495 Scale2D((unsigned char *) src->y_buffer, src->y_stride, src->y_width, src->y_height,
496 (unsigned char *) dst->y_buffer, dst->y_stride, dw, dh,
501 vpx_memset(dst->y_buffer + i * dst->y_stride + dw - 1, dst->y_buffer[i * dst->y_stride + dw - 2], dst->y_width - dw + 1);
505 vpx_memcpy(dst->y_buffer + i * dst->y_stride, dst->y_buffer + (dh - 2) * dst->y_stride, dst->y_width + 1);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
vpx_scale.c 495 Scale2D((unsigned char *) src->y_buffer, src->y_stride, src->y_width, src->y_height,
496 (unsigned char *) dst->y_buffer, dst->y_stride, dw, dh,
501 vpx_memset(dst->y_buffer + i * dst->y_stride + dw - 1, dst->y_buffer[i * dst->y_stride + dw - 2], dst->y_width - dw + 1);
505 vpx_memcpy(dst->y_buffer + i * dst->y_stride, dst->y_buffer + (dh - 2) * dst->y_stride, dst->y_width + 1);
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
denoising_neon.c 68 int mc_running_avg_y_stride = mc_running_avg->y_stride;
70 int running_avg_y_stride = running_avg->y_stride;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
denoising_neon.c 68 int mc_running_avg_y_stride = mc_running_avg->y_stride;
70 int running_avg_y_stride = running_avg->y_stride;
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
convert_from.cc 955 int ConvertFromI420(const uint8* y, int y_stride,
970 r = I420ToYUY2(y, y_stride,
978 r = I420ToUYVY(y, y_stride,
986 r = I420ToRGB565(y, y_stride,
994 r = I420ToARGB1555(y, y_stride,
1002 r = I420ToARGB4444(y, y_stride,
1010 r = I420ToRGB24(y, y_stride,
1018 r = I420ToRAW(y, y_stride,
    [all...]
  /external/chromium_org/third_party/libyuv/source/
convert_from.cc 955 int ConvertFromI420(const uint8* y, int y_stride,
970 r = I420ToYUY2(y, y_stride,
978 r = I420ToUYVY(y, y_stride,
986 r = I420ToRGB565(y, y_stride,
994 r = I420ToARGB1555(y, y_stride,
1002 r = I420ToARGB4444(y, y_stride,
1010 r = I420ToRGB24(y, y_stride,
1018 r = I420ToRAW(y, y_stride,
    [all...]
  /external/libyuv/files/source/
convert_from.cc     [all...]
convert.cc 1517 int y_stride; member in struct:libyuv::I420Buffers
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
vpx_scale_test.cc 41 img_.y_stride);
119 ref_img_.y_stride,
139 ref_img_.y_buffer[x + y * ref_img_.y_stride] =
140 img_.y_buffer[x + y * img_.y_stride];
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
mbpitch.c 59 (block >> 2) * 4 * x->dst.y_stride + (block & 3) * 4;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
ssim.c 186 source->y_stride, dest->y_stride, source->y_width,
217 source->y_stride, dest->y_stride, source->y_width,
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
yv12config.h 33 int y_stride; member in struct:yv12_buffer_config
  /external/chromium_org/third_party/libwebp/dec/
decode_vp8.h 59 int y_stride; // row stride for luma member in struct:VP8Io
  /external/libvpx/libvpx/vp8/common/
mbpitch.c 59 (block >> 2) * 4 * x->dst.y_stride + (block & 3) * 4;

Completed in 1539 milliseconds

1 2 3 4 56 7 8 91011>>