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:sao_eo_class
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
hevcdsp_template.c
365
int
sao_eo_class
= sao->eo_class[c_idx];
in sao_edge_restore_0()
local
371
if (
sao_eo_class
!= SAO_EO_VERT) {
in sao_edge_restore_0()
388
if (
sao_eo_class
!= SAO_EO_HORIZ) {
in sao_edge_restore_0()
415
int
sao_eo_class
= sao->eo_class[c_idx];
in sao_edge_restore_1()
local
421
if (
sao_eo_class
!= SAO_EO_VERT) {
in sao_edge_restore_1()
438
if (
sao_eo_class
!= SAO_EO_HORIZ) {
in sao_edge_restore_1()
456
int save_upper_left = !diag_edge[0] &&
sao_eo_class
== SAO_EO_135D && !borders[0] && !borders[1];
in sao_edge_restore_1()
457
int save_upper_right = !diag_edge[1] &&
sao_eo_class
== SAO_EO_45D && !borders[1] && !borders[2];
in sao_edge_restore_1()
458
int save_lower_right = !diag_edge[2] &&
sao_eo_class
== SAO_EO_135D && !borders[2] && !borders[3];
in sao_edge_restore_1()
459
int save_lower_left = !diag_edge[3] &&
sao_eo_class
in sao_edge_restore_1()
[all...]
H
A
D
hevcdsp.h
40
int eo_class[3]; ///<
sao_eo_class
68
int16_t *sao_offset_val, int
sao_eo_class
, int width, int height);
Completed in 4 milliseconds