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:v_codes
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/
H
A
D
aaccoder_mips.c
256
unsigned int
v_codes
;
in quantize_and_encode_band_cost_UQUAD_mips()
local
324
v_codes
= (p_codes[curidx] << count) | (sign & ((1 << count) - 1));
in quantize_and_encode_band_cost_UQUAD_mips()
326
put_bits(pb, v_bits,
v_codes
);
in quantize_and_encode_band_cost_UQUAD_mips()
371
unsigned int
v_codes
;
in quantize_and_encode_band_cost_SPAIR_mips()
local
426
v_codes
= (p_codes[curidx] << p_bits[curidx2]) | (p_codes[curidx2]);
in quantize_and_encode_band_cost_SPAIR_mips()
428
put_bits(pb, v_bits,
v_codes
);
in quantize_and_encode_band_cost_SPAIR_mips()
474
unsigned int
v_codes
;
in quantize_and_encode_band_cost_UPAIR7_mips()
local
537
v_codes
= (p_codes[curidx1] << count1) | sign1;
in quantize_and_encode_band_cost_UPAIR7_mips()
539
put_bits(pb, v_bits,
v_codes
);
in quantize_and_encode_band_cost_UPAIR7_mips()
544
v_codes
in quantize_and_encode_band_cost_UPAIR7_mips()
592
unsigned int
v_codes
;
quantize_and_encode_band_cost_UPAIR12_mips()
local
711
unsigned int
v_codes
;
quantize_and_encode_band_cost_ESC_mips()
local
806
unsigned int
v_codes
;
quantize_and_encode_band_cost_ESC_mips()
local
[all...]
Completed in 7 milliseconds