OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alpha_width
(Results
1 - 9
of
9
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
yv12config.h
40
int
alpha_width
;
member in struct:yv12_buffer_config
/external/libvpx/libvpx/vpx_scale/generic/
yv12config.c
90
ybf->
alpha_width
= 0;
164
const int
alpha_width
= aligned_width;
local
272
ybf->
alpha_width
=
alpha_width
;
/external/libvpx/libvpx/vpx_scale/
yv12config.h
42
int
alpha_width
;
member in struct:yv12_buffer_config
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_extend.c
80
const int el_a = dst->border >> (dst->
alpha_width
!= dst->y_width);
82
const int er_a = el_a + dst->
alpha_width
- src->
alpha_width
;
86
src->
alpha_width
, src->alpha_height,
vp9_onyx_if.c
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
yv12config.c
90
ybf->
alpha_width
= 0;
157
const int
alpha_width
= aligned_width;
local
265
ybf->
alpha_width
=
alpha_width
;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_iface_common.h
70
yv12->
alpha_width
= yv12->alpha_buffer ? img->d_w : 0;
81
yv12->
alpha_width
= yv12->y_width;
/external/libpng/contrib/pngminus/
pnm2png.c
209
volatile png_uint_32
alpha_width
=0, alpha_height=0;
local
321
alpha_width
=(png_uint_32) ul_alpha_width;
322
if (
alpha_width
!= width)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_postproc.c
325
src->
alpha_width
};
351
src->
alpha_width
};
Completed in 48 milliseconds