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:ext_param
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
qsvdec.c
452
frame->surface.Data.ExtParam = frame->
ext_param
;
in alloc_frame()
537
static int qsv_export_film_grain(AVCodecContext *avctx, mfxExtAV1FilmGrainParam *
ext_param
, AVFrame *frame)
in qsv_export_film_grain()
argument
543
if (!(
ext_param
->FilmGrainFlags & MFX_FILM_GRAIN_APPLY))
in qsv_export_film_grain()
552
fgp->seed =
ext_param
->GrainSeed;
in qsv_export_film_grain()
555
aom->chroma_scaling_from_luma = !!(
ext_param
->FilmGrainFlags & MFX_FILM_GRAIN_CHROMA_SCALING_FROM_LUMA);
in qsv_export_film_grain()
556
aom->scaling_shift =
ext_param
->GrainScalingMinus8 + 8;
in qsv_export_film_grain()
557
aom->ar_coeff_lag =
ext_param
->ArCoeffLag;
in qsv_export_film_grain()
558
aom->ar_coeff_shift =
ext_param
->ArCoeffShiftMinus6 + 6;
in qsv_export_film_grain()
559
aom->grain_scale_shift =
ext_param
->GrainScaleShift;
in qsv_export_film_grain()
560
aom->overlap_flag = !!(
ext_param
in qsv_export_film_grain()
[all...]
H
A
D
qsv_internal.h
85
mfxExtBuffer *
ext_param
[QSV_MAX_FRAME_EXT_PARAMS];
member
H
A
D
qsv.c
869
mfxExtBuffer *ext_buffer = frame->
ext_param
[i];
in ff_qsv_frame_add_ext_param()
879
frame->
ext_param
[frame->num_ext_params] = param;
in ff_qsv_frame_add_ext_param()
Completed in 3 milliseconds