OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:read_bit_offset
(Results
1 - 2
of
2
) sorted by null
/external/libxaac/decoder/
ixheaacd_huff_code_reorder.c
655
WORD32
read_bit_offset
=
local
658
if (
read_bit_offset
) {
659
*read_bits -=
read_bit_offset
;
660
*bit_pos +=
read_bit_offset
;
791
WORD32
read_bit_offset
=
local
794
if (
read_bit_offset
) {
795
*read_bits -=
read_bit_offset
;
796
*bit_pos +=
read_bit_offset
;
920
WORD32
read_bit_offset
=
local
923
if (
read_bit_offset
) {
1489
WORD32
read_bit_offset
;
local
[
all
...]
ixheaacd_rev_vlc.c
405
WORD32
read_bit_offset
=
local
408
if (
read_bit_offset
) it_bit_buff->cnt_bits -=
read_bit_offset
;
[
all
...]
Completed in 150 milliseconds