OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:coding
(Results
1 - 4
of
4
) sorted by null
/external/libvorbis/doc/
02-bitpacking.tex
68
\subsubsection{
coding
bits into byte sequences}
101
\subsubsection{
coding
example}
121
Continue by
coding
the 3 bit integer value '-1' [b111]:
137
Continue by
coding
the 7 bit integer value '17' [b0010001]:
154
Continue by
coding
the 13 bit integer value '6969' [b110 11001110 01]:
219
the
coding
process. Thus, should this unused space be read, it will
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_vertex_buffers.h
87
uint8_t
coding
;
member in struct:vl_ycbcr_block
/external/mesa3d/src/gallium/auxiliary/vl/
vl_vertex_buffers.h
87
uint8_t
coding
;
member in struct:vl_ycbcr_block
/external/qemu/telephony/
sms.c
757
data += 2; /* skip protocol identifer +
coding
scheme */
835
SmsCodingScheme
coding
,
861
if (
coding
== SMS_CODING_SCHEME_GSM7)
871
if (
coding
== SMS_CODING_SCHEME_GSM7)
883
else if (
coding
== SMS_CODING_SCHEME_UCS2)
918
SmsCodingScheme
coding
;
local
926
coding
= sms_get_coding_scheme( &data, end );
927
if (
coding
== SMS_CODING_SCHEME_UNKNOWN)
933
if ( sms_get_text_utf8( &data, end, (mtiByte & 0x40),
coding
, rope ) < 0 )
950
SmsCodingScheme
coding
;
local
1122
int
coding
;
local
[
all
...]
Completed in 1797 milliseconds