OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alpha_width
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vpx_scale/generic/
yv12config.c
79
ybf->
alpha_width
= 0;
139
const int
alpha_width
= aligned_width;
local
192
ybf->
alpha_width
=
alpha_width
;
/external/libvpx/libvpx/vpx_scale/
yv12config.h
40
int
alpha_width
;
member in struct:yv12_buffer_config
/external/libpng/contrib/pngminus/
pnm2png.c
200
png_uint_32 width,
alpha_width
;
local
290
sscanf (width_token, "%lu", &
alpha_width
);
291
if (
alpha_width
!= width)
Completed in 61 milliseconds