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:beta_3
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/
H
A
D
hevc_deblock.asm
399
;----
beta_3
comparison-----
414
and r6, r11; strong mask , beta_2 and
beta_3
comparisons
415
;----
beta_3
comparison end-----
425
and r6, r11; strong mask, beta_2,
beta_3
and tc25 comparisons
/third_party/ffmpeg/libavcodec/
H
A
D
hevcdsp_template.c
1543
const int
beta_3
= beta >> 3;
in hevc_loop_filter_luma()
local
1547
if (abs(P3 - P0) + abs(Q3 - Q0) <
beta_3
&& abs(P0 - Q0) < tc25 &&
in hevc_loop_filter_luma()
1548
abs(TP3 - TP0) + abs(TQ3 - TQ0) <
beta_3
&& abs(TP0 - TQ0) < tc25 &&
in hevc_loop_filter_luma()
Completed in 6 milliseconds