HomeSort by relevance Sort by last modified time
    Searched defs:uv_width (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
yv12config.c 54 int uv_width = aligned_width >> 1; local
84 ybf->uv_width = uv_width;
146 const int uv_width = aligned_width >> ss_x; local
215 ybf->uv_width = uv_width;
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 54 int uv_width = aligned_width >> 1; local
84 ybf->uv_width = uv_width;
146 const int uv_width = aligned_width >> ss_x; local
216 ybf->uv_width = uv_width;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
yv12config.c 56 int uv_width = aligned_width >> 1; local
86 ybf->uv_width = uv_width;
150 const int uv_width = aligned_width >> ss_x; local
251 ybf->uv_width = uv_width;
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
yv12config.h 34 int uv_width; member in struct:yv12_buffer_config
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 34 int uv_width; member in struct:yv12_buffer_config
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
yv12config.h 34 int uv_width; member in struct:yv12_buffer_config
  /external/chromium_org/third_party/libwebp/enc/
picture.c 93 const int uv_width = (width + 1) >> 1; local
95 const int uv_stride = uv_width;
120 uv_width < 0 || uv_height < 0) { // u/v param error
picture_tools.c 138 const int uv_width = (pic->width >> 1); // omit last pixel during u/v loop local
161 for (x = 0; x < uv_width; ++x) {
  /external/webp/src/enc/
picture.c 93 const int uv_width = (width + 1) >> 1; local
95 const int uv_stride = uv_width;
120 uv_width < 0 || uv_height < 0) { // u/v param error
picture_tools.c 138 const int uv_width = (pic->width >> 1); // omit last pixel during u/v loop local
161 for (x = 0; x < uv_width; ++x) {
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
threading.c 779 int uv_width; local
794 uv_width = width >>1;
806 CHECK_MEM_ERROR(pbi->mt_uabove_row[i], vpx_memalign(16,sizeof(unsigned char) * (uv_width + VP8BORDERINPIXELS)));
810 CHECK_MEM_ERROR(pbi->mt_vabove_row[i], vpx_memalign(16,sizeof(unsigned char) * (uv_width + VP8BORDERINPIXELS)));
  /external/libvpx/libvpx/vp8/decoder/
threading.c 779 int uv_width; local
794 uv_width = width >>1;
806 CHECK_MEM_ERROR(pbi->mt_uabove_row[i], vpx_memalign(16,sizeof(unsigned char) * (uv_width + VP8BORDERINPIXELS)));
810 CHECK_MEM_ERROR(pbi->mt_vabove_row[i], vpx_memalign(16,sizeof(unsigned char) * (uv_width + VP8BORDERINPIXELS)));
  /external/webp/examples/
dwebp.c 256 const int uv_width = (width + 1) / 2; local
272 ok &= (fwrite(yuv->u + y * yuv->u_stride, uv_width, 1, fout) == 1);
273 ok &= (fwrite(yuv->v + y * yuv->v_stride, uv_width, 1, fout) == 1);
277 ok &= (fwrite(yuv->u + y * yuv->u_stride, uv_width, 1, fout) == 1);
280 ok &= (fwrite(yuv->v + y * yuv->v_stride, uv_width, 1, fout) == 1);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
threading.c 779 int uv_width; local
794 uv_width = width >>1;
806 CHECK_MEM_ERROR(pbi->mt_uabove_row[i], vpx_memalign(16,sizeof(unsigned char) * (uv_width + VP8BORDERINPIXELS)));
810 CHECK_MEM_ERROR(pbi->mt_vabove_row[i], vpx_memalign(16,sizeof(unsigned char) * (uv_width + VP8BORDERINPIXELS)));
  /external/chromium_org/third_party/libwebp/dec/
io.c 575 const int uv_width = (io->mb_w + 1) >> 1; local
576 p->memory = WebPSafeMalloc(1ULL, (size_t)(io->mb_w + 2 * uv_width));
582 p->tmp_v = p->tmp_u + uv_width;
vp8l.c 496 const int uv_width = width >> 1; local
498 for (i = 0; i < uv_width; ++i) {
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_capture/test/
video_capture_unittest.cc 516 int uv_width = kTestWidth / 2; local
533 memcpy(current_pointer, u_plane, uv_width);
536 u_plane += uv_width;
541 memcpy(current_pointer, v_plane, uv_width);
544 v_plane += uv_width;
  /external/webp/src/dec/
io.c 575 const int uv_width = (io->mb_w + 1) >> 1; local
576 p->memory = WebPSafeMalloc(1ULL, (size_t)(io->mb_w + 2 * uv_width));
582 p->tmp_v = p->tmp_u + uv_width;
vp8l.c 496 const int uv_width = width >> 1; local
498 for (i = 0; i < uv_width; ++i) {
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h 8968 float uv_width; member in struct:ScheduleOverlayPlaneCHROMIUM
    [all...]

Completed in 450 milliseconds