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:vLumFilterPos
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libswscale/
H
A
D
vscale.c
290
lumCtx->filter_pos = c->
vLumFilterPos
;
in ff_init_vscale_pfn()
302
lumCtx->filter_pos = c->
vLumFilterPos
;
in ff_init_vscale_pfn()
H
A
D
swscale.c
248
int32_t *
vLumFilterPos
= c->
vLumFilterPos
;
in swscale()
local
381
const int firstLumSrcY = FFMAX(1 - vLumFilterSize,
vLumFilterPos
[dstY]);
in swscale()
382
const int firstLumSrcY2 = FFMAX(1 - vLumFilterSize,
vLumFilterPos
[FFMIN(dstY | ((1 << c->chrDstVSubSample) - 1), c->dstH - 1)]);
in swscale()
H
A
D
slice.c
224
int *lumFilterPos = c->
vLumFilterPos
;
in get_min_buffer_size()
H
A
D
swscale_internal.h
413
int32_t *
vLumFilterPos
; ///< Array of vertical filter starting positions for each dst[i] for luma/alpha planes.
member
H
A
D
utils.c
1857
if ((ret = initFilter(&c->vLumFilter, &c->
vLumFilterPos
, &c->vLumFilterSize,
in sws_init_context()
2411
av_freep(&c->
vLumFilterPos
);
in sws_freeContext()
/third_party/ffmpeg/libswscale/x86/
H
A
D
swscale.c
76
int32_t *
vLumFilterPos
= c->
vLumFilterPos
;
in ff_updateMMXDitherTables()
local
86
const int firstLumSrcY=
vLumFilterPos
[dstY]; //First line needed as input
in ff_updateMMXDitherTables()
Completed in 11 milliseconds