OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LUMSCALE
(Results
1 - 5
of
5
) sorted by null
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_ppic_adv.c
65
VC1_GET_BITS9(6, picLayerHeader->
LUMSCALE
);
67
md->LUMSCALE2 = picLayerHeader->
LUMSCALE
;
152
VC1_GET_BITS9(6, picLayerHeader->
LUMSCALE
);
154
md->LUMSCALE2 = picLayerHeader->
LUMSCALE
;
302
VC1_GET_BITS9(6, picLayerHeader->
LUMSCALE
); /* LUMSCALE1. */
305
md->LUMSCALE2 = picLayerHeader->
LUMSCALE
;
vc1parse_ppic.c
92
VC1_GET_BITS9(6, picLayerHeader->
LUMSCALE
);
vc1parse_common_defs.h
529
uint8_t
LUMSCALE
; /** 6 bit(s). */
viddec_vc1_workload.c
93
BF_WRITE(VC1_0_SEQPIC_INTENSITY_COMPENSATION, LUMA_SCALE_1, intcomp1, pic->
LUMSCALE
);
221
BF_WRITE(VC1_0_SEQPIC_INTENSITY_COMPENSATION, LUMA_SCALE_1, spr->intcomp_fwd_top, pic->
LUMSCALE
);
227
BF_WRITE(VC1_0_SEQPIC_INTENSITY_COMPENSATION, LUMA_SCALE_2, spr->intcomp_fwd_bot, pic->
LUMSCALE
);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_vc1_parser.c
773
pic_parms->luma_scale = picLayerHeader->
LUMSCALE
;
Completed in 48 milliseconds