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:max_coeffs
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
proresdec2.c
506
int
max_coeffs
, i, bits_left;
in decode_ac_coeffs()
local
514
max_coeffs
= 64 << log2_block_count;
in decode_ac_coeffs()
524
if (pos >=
max_coeffs
) {
in decode_ac_coeffs()
525
av_log(avctx, AV_LOG_ERROR, "ac tex damaged %d, %d\n", pos,
max_coeffs
);
in decode_ac_coeffs()
H
A
D
proresenc_kostya.c
441
int
max_coeffs
, abs_level;
in encode_acs()
local
443
max_coeffs
= blocks_per_slice << 6;
in encode_acs()
449
for (idx = scan[i]; idx <
max_coeffs
; idx += 64) {
in encode_acs()
686
int
max_coeffs
, abs_level;
in estimate_acs()
local
689
max_coeffs
= blocks_per_slice << 6;
in estimate_acs()
695
for (idx = scan[i]; idx <
max_coeffs
; idx += 64) {
in estimate_acs()
/third_party/mesa3d/src/imagination/common/
H
A
D
pvr_device_info.h
364
uint64_t
max_coeffs
;
member
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H
A
D
pvr_srv.c
526
runtime_info->
max_coeffs
= pvr_srv_get_max_coeffs(dev_info);
in pvr_srv_winsys_device_info_init()
/third_party/mesa3d/src/imagination/vulkan/
H
A
D
pvr_device.c
722
dev_runtime_info->reserved_shared_size - dev_runtime_info->
max_coeffs
;
in pvr_calc_fscommon_size_and_tiles_in_flight()
Completed in 9 milliseconds