OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:u4_bit
(Results
1 - 2
of
2
) sorted by null
/external/libmpeg2/decoder/
impeg2d_bitstream.c
149
UWORD32
u4_bit
,u4_offset,u4_temp;
local
154
u4_bit
= ps_stream->u4_buf;
158
u4_bit
>>= BITS_IN_INT - u4_curr_bit - 1;
176
return (
u4_bit
& 0x1);
/external/libhevc/decoder/
ihevcd_cabac.c
482
UWORD32
u4_bit
;
local
484
u4_bit
= (u4_bits >> numbins) & 1;
486
u4_ofst |=
u4_bit
;
Completed in 78 milliseconds