Searched defs:uv_height (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dyv12config.c58 int uv_height = aligned_height >> 1; local
62 int uvplane_size = (uv_height + border) * uv_stride;
90 ybf->uv_height = uv_height;
157 const int uv_height = aligned_height >> ss_y; local
161 const uint64_t uvplane_size = (uv_height + 2 * uv_border_h) *
240 ybf->uv_height = uv_height;
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
H A Dyv12config.h36 int uv_height; member in struct:yv12_buffer_config
/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12config.c55 int uv_height = aligned_height >> 1; local
59 int uvplane_size = (uv_height + border) * uv_stride;
85 ybf->uv_height = uv_height;
147 const int uv_height = aligned_height >> ss_y; local
151 const int uvplane_size = (uv_height + 2 * uv_border_h) * uv_stride;
217 ybf->uv_height = uv_height;
/external/libvpx/libvpx/vpx_scale/
H A Dyv12config.h35 int uv_height; member in struct:yv12_buffer_config
/external/chromium_org/third_party/libwebp/enc/
H A Dpicture.c94 const int uv_height = (height + 1) >> 1; local
113 uv_size = (uint64_t)uv_stride * uv_height;
120 uv_width < 0 || uv_height < 0) { // u/v param error
/external/webp/src/enc/
H A Dpicture.c94 const int uv_height = (height + 1) >> 1; local
113 uv_size = (uint64_t)uv_stride * uv_height;
120 uv_width < 0 || uv_height < 0) { // u/v param error
/external/webp/examples/
H A Ddwebp.c257 const int uv_height = (height + 1) / 2; local
262 out_stride, height + uv_height + a_height);
271 for (y = 0; ok && y < uv_height; ++y) {
276 for (y = 0; ok && y < uv_height; ++y) {
279 for (y = 0; ok && y < uv_height; ++y) {
/external/chromium_org/media/base/
H A Dvideo_frame.cc671 size_t uv_height = local
677 size_t uv_bytes = uv_height * uv_stride;
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h2119 GLfloat uv_height) {
2126 << ", " << uv_y << ", " << uv_width << ", " << uv_height << ")");
2137 uv_height);
2108 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.h962 GLfloat uv_height) {
973 uv_height);
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.h1929 GLfloat uv_height) {
1943 uv_height);
1919 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.h1513 GLfloat uv_height) {
1526 uv_height);
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.h9039 uv_height = _uv_height;
9079 float uv_height; member in struct:ScheduleOverlayPlaneCHROMIUM
9106 COMPILE_ASSERT(offsetof(ScheduleOverlayPlaneCHROMIUM, uv_height) == 44,

Completed in 1927 milliseconds