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:num_corr
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
indeo4.c
418
band->
num_corr
= 0; /* there is no corrections */
in decode_band_hdr()
420
band->
num_corr
= get_bits(&ctx->gb, 8); /* get number of correction pairs */
in decode_band_hdr()
421
if (band->
num_corr
> 61) {
in decode_band_hdr()
423
band->
num_corr
);
in decode_band_hdr()
428
for (i = 0; i < band->
num_corr
* 2; i++)
in decode_band_hdr()
H
A
D
indeo5.c
404
band->
num_corr
= 0; /* there are no corrections */
in decode_band_hdr()
406
band->
num_corr
= get_bits(&ctx->gb, 8); /* get number of correction pairs */
in decode_band_hdr()
407
if (band->
num_corr
> 61) {
in decode_band_hdr()
409
band->
num_corr
);
in decode_band_hdr()
414
for (i = 0; i < band->
num_corr
* 2; i++)
in decode_band_hdr()
H
A
D
ivi.h
171
int
num_corr
; ///< number of correction entries
member
H
A
D
ivi.c
980
for (i = 0; i < band->
num_corr
; i++) {
in decode_band()
1040
for (i = band->
num_corr
-1; i >= 0; i--) {
in decode_band()
Completed in 6 milliseconds