OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:u2_cur_code
(Results
1 - 1
of
1
) sorted by null
/external/libmpeg2/decoder/
impeg2d_vld.c
101
UWORD16
u2_cur_code
;
local
114
u2_cur_code
= u2_huffCode >> (u2_max_len - u2_start_len);
115
u2_num_bits = ai2_code_table[
u2_cur_code
+ u2_vld_offset][0];
120
u2_start_len = au2_indexTable[ai2_code_table[
u2_cur_code
+ u2_vld_offset][1]][0];
121
u2_vld_offset = au2_indexTable[ai2_code_table[
u2_cur_code
+ u2_vld_offset][1]][1];
125
u2_value = ai2_code_table[
u2_cur_code
+ u2_vld_offset][1];
[
all
...]
Completed in 98 milliseconds