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
756
data += 2; /* skip protocol identifer +
coding
scheme */
834
SmsCodingScheme
coding
,
860
if (
coding
== SMS_CODING_SCHEME_GSM7)
870
if (
coding
== SMS_CODING_SCHEME_GSM7)
882
else if (
coding
== SMS_CODING_SCHEME_UCS2)
917
SmsCodingScheme
coding
;
local
925
coding
= sms_get_coding_scheme( &data, end );
926
if (
coding
== SMS_CODING_SCHEME_UNKNOWN)
932
if ( sms_get_text_utf8( &data, end, (mtiByte & 0x40),
coding
, rope ) < 0 )
949
SmsCodingScheme
coding
;
local
1121
int
coding
;
local
[
all
...]
Completed in 1419 milliseconds