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:dxtc
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
txd.c
39
TextureDSPContext
dxtc
;
in txd_decode_frame()
local
50
ff_texturedsp_init(&
dxtc
);
in txd_decode_frame()
127
int step =
dxtc
.dxt1_block(p, stride, gb.buffer);
in txd_decode_frame()
136
int step =
dxtc
.dxt3_block(p, stride, gb.buffer);
in txd_decode_frame()
H
A
D
hapdec.c
353
ff_texturedsp_init(&ctx->
dxtc
);
in hap_init()
364
ctx->dec[0].tex_funct = ctx->
dxtc
.dxt1_block;
in hap_init()
370
ctx->dec[0].tex_funct = ctx->
dxtc
.dxt5_block;
in hap_init()
376
ctx->dec[0].tex_funct = ctx->
dxtc
.dxt5ys_block;
in hap_init()
382
ctx->dec[0].tex_funct = ctx->
dxtc
.rgtc1u_gray_block;
in hap_init()
390
ctx->dec[0].tex_funct = ctx->
dxtc
.dxt5ys_block;
in hap_init()
391
ctx->dec[1].tex_funct = ctx->
dxtc
.rgtc1u_alpha_block;
in hap_init()
H
A
D
vbnenc.c
39
TextureDSPContext
dxtc
;
member
73
ctx->enc.tex_funct = ctx->
dxtc
.dxt1_block;
in vbn_encode()
78
ctx->enc.tex_funct = ctx->
dxtc
.dxt5_block;
in vbn_encode()
130
ff_texturedspenc_init(&ctx->
dxtc
);
in vbn_init()
H
A
D
hapenc.c
250
ff_texturedspenc_init(&ctx->
dxtc
);
in hap_init()
257
ctx->enc.tex_funct = ctx->
dxtc
.dxt1_block;
in hap_init()
263
ctx->enc.tex_funct = ctx->
dxtc
.dxt5_block;
in hap_init()
269
ctx->enc.tex_funct = ctx->
dxtc
.dxt5ys_block;
in hap_init()
H
A
D
hap.h
64
TextureDSPContext
dxtc
;
member
Completed in 3 milliseconds