OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alpha_height
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vpx_scale/
yv12config.h
41
int
alpha_height
;
member in struct:yv12_buffer_config
/external/libvpx/libvpx/vpx_scale/generic/
yv12config.c
80
ybf->
alpha_height
= 0;
140
const int
alpha_height
= aligned_height;
local
144
const int alpha_plane_size = (
alpha_height
+ 2 * alpha_border_h) *
193
ybf->
alpha_height
=
alpha_height
;
/external/libvpx/libvpx/vp9/
vp9_iface_common.h
70
yv12->
alpha_height
= yv12->alpha_buffer ? img->d_h : 0;
81
yv12->
alpha_height
= yv12->y_height;
/external/libvpx/libvpx/vp9/common/
vp9_extend.c
79
const int et_a = dst->border >> (dst->
alpha_height
!= dst->y_height);
81
const int eb_a = et_a + dst->
alpha_height
- src->
alpha_height
;
86
src->alpha_width, src->
alpha_height
,
vp9_postproc.c
327
src->
alpha_height
};
353
src->
alpha_height
};
/external/libpng/contrib/pngminus/
pnm2png.c
201
png_uint_32 height,
alpha_height
;
local
294
sscanf (height_token, "%lu", &
alpha_height
);
295
if (
alpha_height
!= height)
/external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c
[
all
...]
Completed in 863 milliseconds