OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QUANTIZER
(Results
1 - 16
of
16
) sorted by null
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_vopdq.c
112
if (md->
QUANTIZER
== 0)
125
if (md->
QUANTIZER
== 2)
vc1parse_common_defs.h
109
/** This enumeration defines the differential
quantizer
profiles as defined in
128
/** This enumeration defines the type of
quantizer
to be used and is derived
173
uint8_t
QUANTIZER
;
376
unsigned
QUANTIZER
:2;
413
unsigned
QUANTIZER
:2;
449
unsigned
QUANTIZER
:2;
476
unsigned
QUANTIZER
:2;
vc1parse_bpic.c
48
if (md->
QUANTIZER
== 1)
vc1parse_ipic.c
67
if (md->
QUANTIZER
== 1)
vc1parse_ppic.c
51
if (md->
QUANTIZER
== 1)
vc1parse.c
52
md->
QUANTIZER
= rcv.struct_c.
QUANTIZER
;
309
md->
QUANTIZER
= ep.ep_flags.
QUANTIZER
;
vc1parse_ipic_adv.c
190
if (md->
QUANTIZER
== 1) {
vc1parse_bpic_adv.c
184
if (md->
QUANTIZER
== 1)
vc1parse_ppic_adv.c
230
if (md->
QUANTIZER
== 1)
vc1parse_pic_com_adv.c
175
if (md->
QUANTIZER
== 1)
viddec_vc1_workload.c
380
BF_WRITE(VC1_0_SEQPIC_ENTRY_POINT_1,
QUANTIZER
, spr->entrypoint1, md->
QUANTIZER
);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_loader.h
185
uint8
QUANTIZER
;
vbp_vc1_parser.c
691
se_data->
QUANTIZER
= seqLayerHeader->
QUANTIZER
;
896
pic_parms->pic_quantizer_fields.bits.
quantizer
= seqLayerHeader->
QUANTIZER
;
/external/libvpx/libvpx/vpx/src/
svc_encodeframe.c
59
QUANTIZER
= 0,
236
res = parse_layer_options_from_string(svc_ctx,
QUANTIZER
, option_value,
241
res = parse_layer_options_from_string(svc_ctx,
QUANTIZER
, option_value,
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h
344
uint8
QUANTIZER
;
/hardware/intel/img/psb_video/src/
vc1_header.h
86
HALFQP syntax element allows the picture
quantizer
to be expressed in half step increments.
87
If HALFQP == 1, then the picture
quantizer
step size shall be equal to PQUANT + 1/2. If
88
HALFQP == 0, then the picture
quantizer
step size shall be equal to PQUANT.
157
IMG_UINT8
QUANTIZER
;
Completed in 675 milliseconds