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:GET_CABAC
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
hevc_cabac.c
566
#define
GET_CABAC
(ctx) get_cabac(&s->HEVClc->cc, &s->HEVClc->cabac_state[ctx])
macro
570
return
GET_CABAC
(elem_offset[SAO_MERGE_FLAG]);
in ff_hevc_sao_merge_flag_decode()
575
if (!
GET_CABAC
(elem_offset[SAO_TYPE_IDX]))
in ff_hevc_sao_type_idx_decode()
622
return
GET_CABAC
(elem_offset[CU_TRANSQUANT_BYPASS_FLAG]);
in ff_hevc_cu_transquant_bypass_flag_decode()
637
return
GET_CABAC
(elem_offset[SKIP_FLAG] + inc);
in ff_hevc_skip_flag_decode()
646
while (prefix_val < 5 &&
GET_CABAC
(elem_offset[CU_QP_DELTA] + inc)) {
in ff_hevc_cu_qp_delta_abs()
674
return
GET_CABAC
(elem_offset[CU_CHROMA_QP_OFFSET_FLAG]);
in ff_hevc_cu_chroma_qp_offset_flag()
682
while (i < c_max &&
GET_CABAC
(elem_offset[CU_CHROMA_QP_OFFSET_IDX]))
in ff_hevc_cu_chroma_qp_offset_idx()
690
return
GET_CABAC
(elem_offset[PRED_MODE_FLAG]);
in ff_hevc_pred_mode_decode()
709
return
GET_CABAC
(elem_offse
in ff_hevc_split_coding_unit_flag_decode()
[all...]
Completed in 2 milliseconds