Searched defs:uv_width (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dyv12config.c54 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/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
H A Dyv12config.h34 int uv_width; member in struct:yv12_buffer_config
/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12config.c54 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;
/external/libvpx/libvpx/vpx_scale/
H A Dyv12config.h34 int uv_width; member in struct:yv12_buffer_config
/external/chromium_org/third_party/libwebp/enc/
H A Dpicture.c93 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
H A Dpicture_tools.c138 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/
H A Dpicture.c93 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
H A Dpicture_tools.c138 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/
H A Dthreading.c779 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/
H A Dthreading.c779 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/
H A Ddwebp.c256 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);
/external/chromium_org/third_party/libwebp/dec/
H A Dio.c575 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;
H A Dvp8l.c496 const int uv_width = width >> 1; local
498 for (i = 0; i < uv_width; ++i) {
/external/chromium_org/third_party/webrtc/modules/video_capture/test/
H A Dvideo_capture_unittest.cc516 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/
H A Dio.c575 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;
H A Dvp8l.c496 const int uv_width = width >> 1; local
498 for (i = 0; i < uv_width; ++i) {
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h2116 GLfloat uv_width,
2124 << ", " << uv_y << ", " << uv_width << ", " << uv_height << ")");
2134 uv_width,
2106 ScheduleOverlayPlaneCHROMIUM( GLint plane_z_order, GLenum plane_transform, GLuint overlay_texture_id, GLint bounds_x, GLint bounds_y, GLint bounds_width, GLint bounds_height, GLfloat uv_x, GLfloat uv_y, GLfloat uv_width, GLfloat uv_height) argument
H A Dgles2_c_lib_autogen.h961 GLfloat uv_width,
972 uv_width,
952 GLES2ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, GLenum plane_transform, GLuint overlay_texture_id, GLint bounds_x, GLint bounds_y, GLint bounds_width, GLint bounds_height, GLfloat uv_x, GLfloat uv_y, GLfloat uv_width, GLfloat uv_height) argument
H A Dgles2_cmd_helper_autogen.h1906 GLfloat uv_width,
1920 uv_width,
1897 ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, GLenum plane_transform, GLuint overlay_texture_id, GLint bounds_x, GLint bounds_y, GLint bounds_width, GLint bounds_height, GLfloat uv_x, GLfloat uv_y, GLfloat uv_width, GLfloat uv_height) argument
H A Dgles2_trace_implementation_impl_autogen.h1512 GLfloat uv_width,
1525 uv_width,
1502 ScheduleOverlayPlaneCHROMIUM( GLint plane_z_order, GLenum plane_transform, GLuint overlay_texture_id, GLint bounds_x, GLint bounds_y, GLint bounds_width, GLint bounds_height, GLfloat uv_x, GLfloat uv_y, GLfloat uv_width, GLfloat uv_height) argument
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h8928 uv_width = _uv_width;
8968 float uv_width; member in struct:ScheduleOverlayPlaneCHROMIUM
8994 COMPILE_ASSERT(offsetof(ScheduleOverlayPlaneCHROMIUM, uv_width) == 40,

Completed in 850 milliseconds