OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ps_tu_4x4
(Results
1 - 6
of
6
) sorted by null
/external/libavc/decoder/
ih264d_parse_cavlc.c
48
void ih264d_unpack_coeff4x4_dc_4x4blk(tu_sblk4x4_coeff_data_t *
ps_tu_4x4
,
313
tu_sblk4x4_coeff_data_t *
ps_tu_4x4
;
local
317
ps_tu_4x4
= (tu_sblk4x4_coeff_data_t *)ps_dec->pv_parse_tu_coeff_data;
318
ps_tu_4x4
->u2_sig_coeff_map = 0;
319
pi2_coeff_data = &
ps_tu_4x4
->ai2_level[0];
396
SET_BIT(
ps_tu_4x4
->u2_sig_coeff_map, u4_scan_pos);
402
offset = (UWORD8 *)pi2_coeff_data - (UWORD8 *)
ps_tu_4x4
;
452
tu_sblk4x4_coeff_data_t *
ps_tu_4x4
;
local
456
ps_tu_4x4
= (tu_sblk4x4_coeff_data_t *)ps_dec->pv_parse_tu_coeff_data;
457
ps_tu_4x4
->u2_sig_coeff_map = 0
734
tu_sblk4x4_coeff_data_t *
ps_tu_4x4
;
local
1010
tu_sblk4x4_coeff_data_t *
ps_tu_4x4
;
local
1347
tu_sblk4x4_coeff_data_t *
ps_tu_4x4
;
local
1409
tu_sblk4x4_coeff_data_t *
ps_tu_4x4
;
local
[
all
...]
ih264d_utils.h
80
void ih264d_unpack_coeff4x4_dc_4x4blk(tu_sblk4x4_coeff_data_t *
ps_tu_4x4
,
ih264d_parse_cabac.c
75
tu_sblk4x4_coeff_data_t *
ps_tu_4x4
;
local
81
ps_tu_4x4
= (tu_sblk4x4_coeff_data_t *)ps_dec->pv_parse_tu_coeff_data;
82
ps_tu_4x4
->u2_sig_coeff_map = 0;
83
pi2_coeff_data = &
ps_tu_4x4
->ai2_level[0];
226
SET_BIT(
ps_tu_4x4
->u2_sig_coeff_map, (i + first_coeff_offset));
283
SET_BIT(
ps_tu_4x4
->u2_sig_coeff_map, (i + first_coeff_offset));
557
offset = (UWORD8 *)pi2_coeff_data - (UWORD8 *)
ps_tu_4x4
;
1479
tu_sblk4x4_coeff_data_t *
ps_tu_4x4
=
local
[
all
...]
ih264d_parse_islice.c
404
tu_sblk4x4_coeff_data_t *
ps_tu_4x4
=
local
409
ps_tu_4x4
->u2_sig_coeff_map = 0;
418
if(
ps_tu_4x4
->u2_sig_coeff_map)
421
ih264d_unpack_coeff4x4_dc_4x4blk(
ps_tu_4x4
,
680
tu_sblk4x4_coeff_data_t *
ps_tu_4x4
=
local
700
ih264d_unpack_coeff4x4_dc_4x4blk(
ps_tu_4x4
,
[
all
...]
ih264d_process_intra_mb.c
161
tu_sblk4x4_coeff_data_t *
ps_tu_4x4
= (tu_sblk4x4_coeff_data_t *)ps_dec->pv_proc_tu_coeff_data;
local
162
UWORD16 u2_sig_coeff_map =
ps_tu_4x4
->u2_sig_coeff_map;
164
WORD16 *pi2_coeff_data = &
ps_tu_4x4
->ai2_level[0];
188
offset = (UWORD8 *)pi2_coeff_data - (UWORD8 *)
ps_tu_4x4
;
[
all
...]
ih264d_utils.c
[
all
...]
Completed in 664 milliseconds