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:diracdsp
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
diracdec.c
46
#include "
diracdsp
.h"
140
DiracDSPContext
diracdsp
;
member
399
ff_diracdsp_init(&s->
diracdsp
);
in dirac_decode_init()
902
s->
diracdsp
.dequant_subband[qfunc](&tmp_buf[off], buf, b1->stride,
in decode_hq_slice()
1818
memcpy(s->put_pixels_tab, s->
diracdsp
.put_dirac_pixels_tab[idx], sizeof(s->put_pixels_tab));
in select_dsp_funcs()
1819
memcpy(s->avg_pixels_tab, s->
diracdsp
.avg_dirac_pixels_tab[idx], sizeof(s->avg_pixels_tab));
in select_dsp_funcs()
1820
s->add_obmc = s->
diracdsp
.add_dirac_obmc[idx];
in select_dsp_funcs()
1822
s->weight_func = s->
diracdsp
.weight_dirac_pixels_tab[idx];
in select_dsp_funcs()
1823
s->biweight_func = s->
diracdsp
.biweight_dirac_pixels_tab[idx];
in select_dsp_funcs()
1855
s->
diracdsp
in interpolate_refplane()
[all...]
H
A
D
Makefile
295
OBJS-$(CONFIG_DIRAC_DECODER) += diracdec.o dirac.o
diracdsp
.o diractab.o \
Completed in 6 milliseconds