OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ps_cabac_ctxt
(Results
1 - 4
of
4
) sorted by null
/external/libavc/encoder/
ih264e_cabac_init.c
154
cabac_ctxt_t *
ps_cabac_ctxt
= ps_ent_ctxt->ps_cabac;
local
155
ps_cabac_ctxt
->ps_mb_map_ctxt_inc =
ps_cabac_ctxt
->ps_mb_map_ctxt_inc_base + 1;
156
ps_cabac_ctxt
->ps_lft_csbp = &
ps_cabac_ctxt
->s_lft_csbp;
157
ps_cabac_ctxt
->ps_bitstrm = ps_ent_ctxt->ps_bitstrm;
162
mb_info_ctxt_t *ps_def_ctxt =
ps_cabac_ctxt
->ps_mb_map_ctxt_inc - 1;
174
ps_cabac_ctxt
->ps_def_ctxt_mb_info = ps_def_ctxt;
199
cabac_ctxt_t *
ps_cabac_ctxt
= ps_ent_ctxt->ps_cabac;
local
205
bin_ctxt_model *au1_cabac_ctxt_table =
ps_cabac_ctxt
->au1_cabac_ctxt_table
[
all
...]
ih264e_cabac.c
161
cabac_ctxt_t *
ps_cabac_ctxt
= ps_ent_ctxt->ps_cabac;
local
185
ps_ctx_inc_mb_map =
ps_cabac_ctxt
->ps_mb_map_ctxt_inc;
186
ps_cabac_ctxt
->ps_curr_ctxt_mb_info = ps_ctx_inc_mb_map + i4_mb_x;
187
ps_cabac_ctxt
->ps_left_ctxt_mb_info =
ps_cabac_ctxt
->ps_def_ctxt_mb_info;
188
ps_cabac_ctxt
->ps_top_ctxt_mb_info =
ps_cabac_ctxt
->ps_def_ctxt_mb_info;
189
ps_lft_csbp =
ps_cabac_ctxt
->ps_lft_csbp;
190
ps_cabac_ctxt
->pu1_left_y_ac_csbp = &ps_lft_csbp->u1_y_ac_csbp_top_mb;
191
ps_cabac_ctxt
->pu1_left_uv_ac_csbp = &ps_lft_csbp->u1_uv_ac_csbp_top_mb
[
all
...]
ih264e_cabac_encode.c
104
* @param[in]
ps_cabac_ctxt
118
cabac_ctxt_t *
ps_cabac_ctxt
,
124
a = ((
ps_cabac_ctxt
->ps_left_ctxt_mb_info->u1_mb_type & CAB_SKIP_MASK) ?
126
b = ((
ps_cabac_ctxt
->ps_top_ctxt_mb_info->u1_mb_type & CAB_SKIP_MASK) ?
131
ih264e_cabac_encode_bin(
ps_cabac_ctxt
,
133
ps_cabac_ctxt
->au1_cabac_ctxt_table + u4_ctxidx_offset
179
* @param[in]
ps_cabac_ctxt
195
cabac_ctxt_t *
ps_cabac_ctxt
,
199
encoding_envirnoment_t *ps_cab_enc_env = &(
ps_cabac_ctxt
->s_cab_enc_env);
202
mb_info_ctxt_t *ps_left_ctxt =
ps_cabac_ctxt
->ps_left_ctxt_mb_info
888
cabac_ctxt_t *
ps_cabac_ctxt
= ps_ent_ctxt->ps_cabac;
local
969
cabac_ctxt_t *
ps_cabac_ctxt
= ps_ent_ctxt->ps_cabac;
local
1145
cabac_ctxt_t *
ps_cabac_ctxt
= ps_ent_ctxt->ps_cabac;
local
1624
cabac_ctxt_t *
ps_cabac_ctxt
= ps_ent_ctxt->ps_cabac;
local
1773
cabac_ctxt_t *
ps_cabac_ctxt
= ps_ent_ctxt->ps_cabac;
local
2061
cabac_ctxt_t *
ps_cabac_ctxt
= ps_ent_ctxt->ps_cabac;
local
[
all
...]
ih264e_process.c
285
cabac_ctxt_t *
ps_cabac_ctxt
= ps_entropy->ps_cabac;
local
462
ih264e_cabac_encode_terminate(
ps_cabac_ctxt
, 0);
499
ih264e_cabac_encode_terminate(
ps_cabac_ctxt
, 1);
527
ih264e_cabac_encode_terminate(
ps_cabac_ctxt
, 0);
553
ih264e_cabac_encode_terminate(
ps_cabac_ctxt
, 0);
576
ih264e_cabac_encode_terminate(
ps_cabac_ctxt
, 1);
[
all
...]
Completed in 87 milliseconds