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:AV1_TX_SIZES
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
radeon_vcn_av1_default.h
73
AV1_TX_SIZES
= AV1_TX_4X8,
enumerator
77
#define AV1_TXFM_PARTITION_CONTEXTS ((
AV1_TX_SIZES
- AV1_TX_8X8) * 6 - 3)
198
#define MAX_TX_CATS (
AV1_TX_SIZES
- TX_SIZE_CTX_MIN)
419
uint16_t txb_skip_cdf[
AV1_TX_SIZES
][TXB_SKIP_CONTEXTS][CDF_SIZE(2)];
420
uint16_t eob_extra_cdf[
AV1_TX_SIZES
][AV1_PLANE_TYPES][EOB_COEF_CONTEXTS_VCN4][CDF_SIZE(2)];
470
uint16_t coeff_base_eob_cdf[
AV1_TX_SIZES
][AV1_PLANE_TYPES][SIG_COEF_CONTEXTS_EOB][CDF_SIZE(3)];
476
uint16_t coeff_base_cdf[
AV1_TX_SIZES
][AV1_PLANE_TYPES][SIG_COEF_CONTEXTS][CDF_SIZE(4)];
477
uint16_t coeff_br_cdf[
AV1_TX_SIZES
][AV1_PLANE_TYPES][LEVEL_CONTEXTS][CDF_SIZE(BR_CDF_SIZE)];
573
static const uint16_t av1_default_txb_skip_cdfs[TOKEN_CDF_Q_CTXS][
AV1_TX_SIZES
][TXB_SKIP_CONTEXTS][CDF_SIZE(2)] =
664
static const uint16_t av1_default_eob_extra_cdfs[TOKEN_CDF_Q_CTXS][
AV1_TX_SIZES
][AV1_PLANE_TYPE
[all...]
H
A
D
radeon_vcn_dec.c
1329
for (i = 0; i <
AV1_TX_SIZES
; i++) {
in rvcn_vcn4_av1_default_coef_probs()
Completed in 7 milliseconds