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:RECON_SHIFT
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/
H
A
D
mpegvideoenc_qns_template.c
40
scale<<= 16 + SCALE_OFFSET - BASIS_SHIFT +
RECON_SHIFT
;
in try_8x8basis()
82
scale<<= 16 + SCALE_OFFSET - BASIS_SHIFT +
RECON_SHIFT
;
in add_8x8basis()
106
rem[i] += (basis[i]*scale + (1<<(BASIS_SHIFT -
RECON_SHIFT
-1)))>>(BASIS_SHIFT -
RECON_SHIFT
);
in add_8x8basis()
/third_party/ffmpeg/libavcodec/
H
A
D
mpegvideoencdsp.c
39
(1 << (BASIS_SHIFT -
RECON_SHIFT
- 1))) >>
in try_8x8basis_c()
40
(BASIS_SHIFT -
RECON_SHIFT
));
in try_8x8basis_c()
42
b >>=
RECON_SHIFT
;
in try_8x8basis_c()
local
56
(1 << (BASIS_SHIFT -
RECON_SHIFT
- 1))) >>
in add_8x8basis_c()
57
(BASIS_SHIFT -
RECON_SHIFT
);
in add_8x8basis_c()
H
A
D
mpegvideoencdsp.h
27
#define
RECON_SHIFT
6
macro
H
A
D
mpegvideo_enc.c
4156
q <<=
RECON_SHIFT
-3;
in dct_quantize_refine()
4180
dc += (1<<(
RECON_SHIFT
-1));
in dct_quantize_refine()
4182
rem[i] = dc - (orig[i] <<
RECON_SHIFT
); // FIXME use orig directly instead of copying to rem[]
in dct_quantize_refine()
4233
d1[i] = (rem[i]*w*w + (1<<(
RECON_SHIFT
+12-1)))>>(
RECON_SHIFT
+12);
in dct_quantize_refine()
Completed in 7 milliseconds