Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:parity_nibble
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
truehd_core_bsf.c
99
uint16_t
parity_nibble
, dts = AV_RB16(pkt->data + 2);
in truehd_core_filter()
local
122
parity_nibble
= dts;
in truehd_core_filter()
123
parity_nibble
^= out_size / 2;
in truehd_core_filter()
136
parity_nibble
^= substr_hdr;
in truehd_core_filter()
142
parity_nibble
^= units[i].optional;
in truehd_core_filter()
147
parity_nibble
^=
parity_nibble
>> 8;
in truehd_core_filter()
148
parity_nibble
^=
parity_nibble
>> 4;
in truehd_core_filter()
149
parity_nibble
in truehd_core_filter()
[all...]
H
A
D
mlpenc.c
1093
uint16_t
parity_nibble
= 0;
in write_frame_headers()
local
1095
parity_nibble
= ctx->dts;
in write_frame_headers()
1096
parity_nibble
^= length;
in write_frame_headers()
1109
parity_nibble
^= *substream_headers++;
in write_frame_headers()
1110
parity_nibble
^= *substream_headers++;
in write_frame_headers()
1113
parity_nibble
^=
parity_nibble
>> 8;
in write_frame_headers()
1114
parity_nibble
^=
parity_nibble
>> 4;
in write_frame_headers()
1115
parity_nibble
in write_frame_headers()
[all...]
Completed in 4 milliseconds