OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uv_height
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vpx_scale/generic/
yv12config.c
46
int
uv_height
= aligned_height >> 1;
local
50
int uvplane_size = (
uv_height
+ border) * uv_stride;
76
ybf->
uv_height
=
uv_height
;
133
const int
uv_height
= aligned_height >> ss_y;
local
137
const int uvplane_size = (
uv_height
+ 2 * uv_border_h) * uv_stride;
179
ybf->
uv_height
=
uv_height
;
/external/libvpx/libvpx/vpx_scale/
yv12config.h
34
int
uv_height
;
member in struct:yv12_buffer_config
/external/chromium_org/media/base/
video_frame.cc
370
size_t
uv_height
=
local
376
size_t uv_bytes =
uv_height
* uv_stride;
/external/chromium_org/remoting/codec/
video_encoder_vpx.cc
214
const int
uv_height
= (image_->h + 1) / 2;
local
215
const int uv_plane_size = uv_width *
uv_height
;
/external/webp/examples/
dwebp.c
257
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/third_party/libwebp/enc/
picture.c
51
const int
uv_height
= HALVE(height);
local
81
uv_size = (uint64_t)uv_stride *
uv_height
;
88
uv_width < 0 ||
uv_height
< 0) { // u/v param error
584
const int
uv_height
= HALVE(picture->height);
local
585
for (y = 0; y <
uv_height
; ++y) {
[
all
...]
/external/webp/src/enc/
picture.c
51
const int
uv_height
= HALVE(height);
local
81
uv_size = (uint64_t)uv_stride *
uv_height
;
88
uv_width < 0 ||
uv_height
< 0) { // u/v param error
584
const int
uv_height
= HALVE(picture->height);
local
585
for (y = 0; y <
uv_height
; ++y) {
[
all
...]
Completed in 304 milliseconds