OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ps_tu_8x8
(Results
1 - 2
of
2
) sorted by null
/external/libavc/decoder/
ih264d_parse_cabac.c
597
tu_blk8x8_coeff_data_t *
ps_tu_8x8
;
local
602
ps_tu_8x8
= (tu_blk8x8_coeff_data_t *)ps_dec->pv_parse_tu_coeff_data;
603
ps_tu_8x8
->au4_sig_coeff_map[0] = 0;
604
ps_tu_8x8
->au4_sig_coeff_map[1] = 0;
605
pi2_coeff_data = &
ps_tu_8x8
->ai2_level[0];
711
SET_BIT(
ps_tu_8x8
->au4_sig_coeff_map[i>31], (i > 31 ? i - 32:i));
765
SET_BIT(
ps_tu_8x8
->au4_sig_coeff_map[i>31], (i > 31 ? i - 32:i));
[
all
...]
ih264d_process_intra_mb.c
648
tu_blk8x8_coeff_data_t *
ps_tu_8x8
= (tu_blk8x8_coeff_data_t *)ps_dec->pv_proc_tu_coeff_data;
local
651
WORD16 *pi2_coeff_data = &
ps_tu_8x8
->ai2_level[0];
657
u4_sig_coeff_map =
ps_tu_8x8
->au4_sig_coeff_map[1];
671
u4_sig_coeff_map =
ps_tu_8x8
->au4_sig_coeff_map[0];
692
offset = (UWORD8 *)pi2_coeff_data - (UWORD8 *)
ps_tu_8x8
;
[
all
...]
Completed in 514 milliseconds