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:dequant4_coeff
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
h264_ps.h
136
uint32_t(*
dequant4_coeff
[6])[16];
member
H
A
D
h264_ps.c
675
pps->
dequant4_coeff
[i] = pps->dequant4_buffer[i];
in init_dequant4_coeff_table()
679
pps->
dequant4_coeff
[i] = pps->dequant4_buffer[j];
in init_dequant4_coeff_table()
689
pps->
dequant4_coeff
[i][q][(x >> 2) | ((x << 2) & 0xF)] =
in init_dequant4_coeff_table()
707
pps->
dequant4_coeff
[i][0][x] = 1 << 6;
in init_dequant_tables()
H
A
D
h264_mb_template.c
238
h->ps.pps->
dequant4_coeff
[IS_INTRA(mb_type) ? 1 : 4][qp[0]][0]);
in hl_decode_mb()
241
h->ps.pps->
dequant4_coeff
[IS_INTRA(mb_type) ? 2 : 5][qp[1]][0]);
in hl_decode_mb()
H
A
D
h264_cavlc.c
648
index, scan + 1, h->ps.pps->
dequant4_coeff
[p][qscale], 15) < 0 ){
in decode_luma_residual()
680
scan, h->ps.pps->
dequant4_coeff
[cqm][qscale], 16) < 0 ){
in decode_luma_residual()
1155
const uint32_t *qmul = h->ps.pps->
dequant4_coeff
[chroma_idx+1+(IS_INTRA( mb_type ) ? 0:3)][sl->chroma_qp[chroma_idx]];
in ff_h264_decode_mb_cavlc()
H
A
D
h264_cabac.c
1886
qmul = h->ps.pps->
dequant4_coeff
[p][qscale];
in decode_cabac_luma_residual()
1903
qmul = h->ps.pps->
dequant4_coeff
[cqm][qscale];
in decode_cabac_luma_residual()
2453
qmul = h->ps.pps->
dequant4_coeff
[c+1+(IS_INTRA( mb_type ) ? 0:3)][sl->chroma_qp[c]];
in ff_h264_decode_mb_cabac()
2477
qmul = h->ps.pps->
dequant4_coeff
[c+1+(IS_INTRA( mb_type ) ? 0:3)][sl->chroma_qp[c]];
in ff_h264_decode_mb_cabac()
H
A
D
svq3.c
144
uint32_t
dequant4_coeff
[QP_MAX_NUM + 1][16];
member
697
s->
dequant4_coeff
[4][0]);
in hl_decode_mb()
699
s->
dequant4_coeff
[4][0]);
in hl_decode_mb()
1112
s->
dequant4_coeff
[q][(x >> 2) | ((x << 2) & 0xF)] =
in init_dequant4_coeff_table()
H
A
D
h264_mb.c
709
h->ps.pps->
dequant4_coeff
[p][qscale][0]);
in hl_decode_mb_predict_luma()
Completed in 20 milliseconds