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_se_golomb
(Results
1 - 15
of
15
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
avc.c
362
static inline int
get_se_golomb
(GetBitContext *gb) {
in get_se_golomb()
function
419
delta_scale =
get_se_golomb
(&gb);
in ff_avc_decode_sps()
439
get_se_golomb
(&gb); // offset_for_non_ref_pic
in ff_avc_decode_sps()
440
get_se_golomb
(&gb); // offset_for_top_to_bottom_field
in ff_avc_decode_sps()
443
get_se_golomb
(&gb); // offset_for_ref_frame
in ff_avc_decode_sps()
/third_party/ffmpeg/libavcodec/
H
A
D
h264_cavlc.c
919
mx += (unsigned)
get_se_golomb
(&sl->gb);
in ff_h264_decode_mb_cavlc()
920
my += (unsigned)
get_se_golomb
(&sl->gb);
in ff_h264_decode_mb_cavlc()
973
mx += (unsigned)
get_se_golomb
(&sl->gb);
in ff_h264_decode_mb_cavlc()
974
my += (unsigned)
get_se_golomb
(&sl->gb);
in ff_h264_decode_mb_cavlc()
1008
mx += (unsigned)
get_se_golomb
(&sl->gb);
in ff_h264_decode_mb_cavlc()
1009
my += (unsigned)
get_se_golomb
(&sl->gb);
in ff_h264_decode_mb_cavlc()
1046
mx += (unsigned)
get_se_golomb
(&sl->gb);
in ff_h264_decode_mb_cavlc()
1047
my += (unsigned)
get_se_golomb
(&sl->gb);
in ff_h264_decode_mb_cavlc()
1104
dquant=
get_se_golomb
(&sl->gb);
in ff_h264_decode_mb_cavlc()
H
A
D
h264_parse.c
64
pwt->luma_weight[i][list][0] =
get_se_golomb
(gb);
in ff_h264_pred_weight_table()
65
pwt->luma_weight[i][list][1] =
get_se_golomb
(gb);
in ff_h264_pred_weight_table()
84
pwt->chroma_weight[i][list][j][0] =
get_se_golomb
(gb);
in ff_h264_pred_weight_table()
85
pwt->chroma_weight[i][list][j][1] =
get_se_golomb
(gb);
in ff_h264_pred_weight_table()
H
A
D
h264_ps.c
262
int v =
get_se_golomb
(gb);
in decode_scaling_list()
836
pps->init_qp =
get_se_golomb
(gb) + 26U + qp_bd_offset;
in ff_h264_decode_picture_parameter_set()
837
pps->init_qs =
get_se_golomb
(gb) + 26U + qp_bd_offset;
in ff_h264_decode_picture_parameter_set()
838
pps->chroma_qp_index_offset[0] =
get_se_golomb
(gb);
in ff_h264_decode_picture_parameter_set()
862
pps->chroma_qp_index_offset[1] =
get_se_golomb
(gb);
in ff_h264_decode_picture_parameter_set()
H
A
D
golomb.h
239
static inline int
get_se_golomb
(GetBitContext *gb)
in get_se_golomb()
function
585
int i =
get_se_golomb
(s);
in get_se()
611
#define
get_se_golomb
(a) get_se(a, __FILE__, __func__, __LINE__)
macro
H
A
D
h264_parser.c
441
p->poc.delta_poc_bottom =
get_se_golomb
(&nal.gb);
in parse_nal_units()
446
p->poc.delta_poc[0] =
get_se_golomb
(&nal.gb);
in parse_nal_units()
450
p->poc.delta_poc[1] =
get_se_golomb
(&nal.gb);
in parse_nal_units()
H
A
D
hevc_ps.c
816
int scaling_list_coeff_minus8 =
get_se_golomb
(gb);
in scaling_list_data()
832
scaling_list_delta_coef =
get_se_golomb
(gb);
in scaling_list_data()
1572
pps->pic_init_qp_minus26 =
get_se_golomb
(gb);
in ff_hevc_decode_nal_pps()
1590
pps->cb_qp_offset =
get_se_golomb
(gb);
in ff_hevc_decode_nal_pps()
1597
pps->cr_qp_offset =
get_se_golomb
(gb);
in ff_hevc_decode_nal_pps()
1677
int beta_offset_div2 =
get_se_golomb
(gb);
in ff_hevc_decode_nal_pps()
1678
int tc_offset_div2 =
get_se_golomb
(gb) ;
in ff_hevc_decode_nal_pps()
H
A
D
cavsdec.c
628
h->qp = (h->qp + (unsigned)
get_se_golomb
(&h->gb)) & 63;
in decode_residual_inter()
698
h->qp = (h->qp + (unsigned)
get_se_golomb
(gb)) & 63; //qp_delta
in decode_mb_i()
1084
h->alpha_offset =
get_se_golomb
(&h->gb);
in decode_pic()
1085
h->beta_offset =
get_se_golomb
(&h->gb);
in decode_pic()
H
A
D
h264_slice.c
1936
sl->delta_poc_bottom =
get_se_golomb
(&sl->gb);
in h264_slice_header_parse()
1941
sl->delta_poc[0] =
get_se_golomb
(&sl->gb);
in h264_slice_header_parse()
1944
sl->delta_poc[1] =
get_se_golomb
(&sl->gb);
in h264_slice_header_parse()
2000
tmp = pps->init_qp + (unsigned)
get_se_golomb
(&sl->gb);
in h264_slice_header_parse()
2013
get_se_golomb
(&sl->gb); /* slice_qs_delta */
in h264_slice_header_parse()
2030
int slice_alpha_c0_offset_div2 =
get_se_golomb
(&sl->gb);
in h264_slice_header_parse()
2031
int slice_beta_offset_div2 =
get_se_golomb
(&sl->gb);
in h264_slice_header_parse()
H
A
D
mobiclip.c
852
int avg = (bottommost + rightmost + 1) / 2 + 2 * av_clip(
get_se_golomb
(gb), -(1<<16), 1<<16);
in predict_intra()
1095
mv.x = mv.x + (unsigned)
get_se_golomb
(gb);
in predict_motion()
1096
mv.y = mv.y + (unsigned)
get_se_golomb
(gb);
in predict_motion()
1259
ret = setup_qtables(avctx, s->quantizer + (int64_t)
get_se_golomb
(gb));
in mobiclip_decode()
H
A
D
hevcdec.c
168
int64_t chroma_log2_weight_denom = luma_log2_weight_denom + (int64_t)
get_se_golomb
(gb);
in pred_weight_table()
192
int delta_luma_weight_l0 =
get_se_golomb
(gb);
in pred_weight_table()
196
s->sh.luma_offset_l0[i] =
get_se_golomb
(gb);
in pred_weight_table()
200
int delta_chroma_weight_l0 =
get_se_golomb
(gb);
in pred_weight_table()
201
int delta_chroma_offset_l0 =
get_se_golomb
(gb);
in pred_weight_table()
236
int delta_luma_weight_l1 =
get_se_golomb
(gb);
in pred_weight_table()
240
s->sh.luma_offset_l1[i] =
get_se_golomb
(gb);
in pred_weight_table()
244
int delta_chroma_weight_l1 =
get_se_golomb
(gb);
in pred_weight_table()
245
int delta_chroma_offset_l1 =
get_se_golomb
(gb);
in pred_weight_table()
843
sh->slice_qp_delta =
get_se_golomb
(g
in hls_slice_header()
[all...]
H
A
D
fic.c
160
int v =
get_se_golomb
(gb);
in fic_decode_block()
H
A
D
cavs.c
613
int mx =
get_se_golomb
(&h->gb) + (unsigned)mvP->x;
in ff_cavs_mv()
614
int my =
get_se_golomb
(&h->gb) + (unsigned)mvP->y;
in ff_cavs_mv()
H
A
D
sonic.c
204
buf[i] =
get_se_golomb
(gb);
in intlist_read()
/third_party/ffmpeg/libavcodec/tests/
H
A
D
golomb.c
108
j =
get_se_golomb
(&gb);
in main()
110
fprintf(stderr, "
get_se_golomb
: expected %d, got %d. bits: %7x\n",
in main()
Completed in 24 milliseconds