OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:csi2
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_alias_reduction.cpp
208
int32
csi2
= *ptr_csi++;
local
230
*ptr1 = fxp_msb32_Q32(fxp_mul32_Q32(x,
csi2
), y << 1, csa2);
231
*ptr2 = fxp_mac32_Q32(fxp_mul32_Q32(y << 1,
csi2
), x, csa2);
240
*ptr1 = fxp_msb32_Q32(fxp_mul32_Q32(x,
csi2
), y << 1, csa2);
241
*ptr2 = fxp_mac32_Q32(fxp_mul32_Q32(y << 1,
csi2
), x, csa2);
256
*ptr1 = fxp_msb32_Q32(fxp_mul32_Q32(x,
csi2
), y << 1, csa2);
257
*ptr2 = fxp_mac32_Q32(fxp_mul32_Q32(y << 1,
csi2
), x, csa2);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/include/
viddec_mpeg2.h
129
uint32_t
csi2
;
member in struct:mpeg2_workitems
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/
viddec_mpeg2_workload.c
127
parser->wi.
csi2
= 0x0;
153
parser->wi.
csi2
|= (parser->info.seq_hdr.horizontal_size_value & MPEG2_BIT_MASK_11);
154
parser->wi.
csi2
|= (parser->info.seq_hdr.vertical_size_value & MPEG2_BIT_MASK_11) << 14;
155
MPEG2_DEB("Core Sequence Info 2: 0x%.8X\n", parser->wi.
csi2
);
Completed in 83 milliseconds