OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pi1_scan_idx
(Results
1 - 2
of
2
) sorted by null
/external/libhevc/decoder/
ihevcd_parse_residual.c
336
WORD8 *
pi1_scan_idx
;
local
347
pi1_scan_idx
= pi1_buf++;
348
*
pi1_scan_idx
= (scan_idx << 1) | transform_skip_flag;
[
all
...]
ihevcd_parse_slice.c
551
WORD8 *
pi1_scan_idx
;
local
563
pi1_scan_idx
= pi1_buf++;
564
*
pi1_scan_idx
= (0 << 1) | 1;
[
all
...]
Completed in 342 milliseconds