OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pi2_coeff_data
(Results
1 - 5
of
5
) sorted by null
/external/libavc/decoder/
ih264d_parse_cabac.c
76
WORD16 *
pi2_coeff_data
;
local
83
pi2_coeff_data
= &ps_tu_4x4->ai2_level[0];
547
*
pi2_coeff_data
++ = i2_abs_lvl;
557
offset = (UWORD8 *)
pi2_coeff_data
- (UWORD8 *)ps_tu_4x4;
598
WORD16 *
pi2_coeff_data
;
local
605
pi2_coeff_data
= &ps_tu_8x8->ai2_level[0];
1481
WORD16 *
pi2_coeff_data
=
local
[
all
...]
ih264d_parse_cavlc.c
314
WORD16 *
pi2_coeff_data
;
local
319
pi2_coeff_data
= &ps_tu_4x4->ai2_level[0];
397
*
pi2_coeff_data
++ = i2_level;
402
offset = (UWORD8 *)
pi2_coeff_data
- (UWORD8 *)ps_tu_4x4;
449
WORD16 *
pi2_coeff_data
;
local
454
pi2_coeff_data
= &ps_tu_4x4->ai2_level[0];
636
*
pi2_coeff_data
++ = i2_level_arr[k--];
656
*
pi2_coeff_data
++ = i2_level_arr[k--];
673
*
pi2_coeff_data
++ = i2_level_arr[k--];
680
offset = (UWORD8 *)
pi2_coeff_data
- (UWORD8 *)ps_tu_4x4
727
WORD16 *
pi2_coeff_data
;
local
999
WORD16 *
pi2_coeff_data
;
local
1340
WORD16 *
pi2_coeff_data
=
local
1402
WORD16 *
pi2_coeff_data
=
local
[
all
...]
ih264d_process_intra_mb.c
164
WORD16 *
pi2_coeff_data
= &ps_tu_4x4->ai2_level[0];
local
177
pi2_out_coeff_data[idx] = *
pi2_coeff_data
++;
188
offset = (UWORD8 *)
pi2_coeff_data
- (UWORD8 *)ps_tu_4x4;
414
WORD16 *
pi2_coeff_data
= ps_dec->
pi2_coeff_data
;
local
438
pi2_coeff_data
= ps_dec->
pi2_coeff_data
;
442
pi2_coeff_data
);
445
pi2_coeff_data
+= 32;
451
pi2_coeff_data
);
545
WORD16 *
pi2_coeff_data
= ps_dec->
pi2_coeff_data
;
local
651
WORD16 *
pi2_coeff_data
= &ps_tu_8x8->ai2_level[0];
local
[
all
...]
ih264d_utils.c
2605
WORD16 *
pi2_coeff_data
= &ps_tu_4x4->ai2_level[0];
local
[
all
...]
ih264d_structs.h
835
WORD16 *
pi2_coeff_data
;
member in struct:_DecStruct
[
all
...]
Completed in 662 milliseconds