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:uses_lr
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
dxva2_av1.c
61
int i,j,
uses_lr
;
in fill_picture_parameters()
local
177
uses_lr
= frame_header->lr_type[0] || frame_header->lr_type[1] || frame_header->lr_type[2];
in fill_picture_parameters()
178
pp->loop_filter.log2_restoration_unit_size[0] =
uses_lr
? (6 + frame_header->lr_unit_shift) : 8;
in fill_picture_parameters()
179
pp->loop_filter.log2_restoration_unit_size[1] =
uses_lr
? (6 + frame_header->lr_unit_shift - frame_header->lr_uv_shift) : 8;
in fill_picture_parameters()
180
pp->loop_filter.log2_restoration_unit_size[2] =
uses_lr
? (6 + frame_header->lr_unit_shift - frame_header->lr_uv_shift) : 8;
in fill_picture_parameters()
H
A
D
cbs_av1_syntax_template.c
978
int
uses_lr
, uses_chroma_lr;
in lr_params()
local
986
uses_lr
= uses_chroma_lr = 0;
in lr_params()
991
uses_lr
= 1;
in lr_params()
997
if (
uses_lr
) {
in lr_params()
Completed in 4 milliseconds