OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:u1_b
(Results
1 - 13
of
13
) sorted by null
/external/libavc/decoder/
ih264d_mvpred.h
95
UWORD8
u1_B
,
ih264d_thread_compute_bs.c
393
UWORD32 u1_slice_type,
u1_B
;
503
u1_B
= (u1_slice_type == B_SLICE);
506
(
u1_B
? B_8x8 : PRED_8x8R0) : -1);
508
u1_ipcm_th = ((u1_slice_type != I_SLICE) ? (
u1_B
? 23 : 5) : 0);
ih264d_thread_parse_decode.c
209
UWORD32 u1_slice_type,
u1_B
;
219
u1_B
= (u1_slice_type == B_SLICE);
222
(
u1_B
? B_8x8 : PRED_8x8R0) : -1);
224
u1_ipcm_th = ((u1_slice_type != I_SLICE) ? (
u1_B
? 23 : 5) : 0);
ih264d_parse_mb_header.c
89
ps_mb_bin_ctxt = ps_mb_bin_ctxt + 3 + (ps_dec->
u1_B
<< 1);
474
UWORD8 u1_a,
u1_b
;
local
488
u1_b
= pi1_top_cxt[u1_idx_top] > 0;
490
u4_cxt_inc = u1_a + (
u1_b
<< 1);
[
all
...]
ih264d_mvpred.c
78
UWORD8
u1_B
,
82
UWORD8 uc_B2 = (
u1_B
<< 1);
87
(ps_mv_pred[LEFT]->i1_ref_frame[
u1_B
] == u1_ref_idx)
88
| ((ps_mv_pred[TOP]->i1_ref_frame[
u1_B
]
90
| ((ps_mv_pred[TOP_R]->i1_ref_frame[
u1_B
]
[
all
...]
ih264d_process_pslice.c
348
(ps_dec->
u1_B
? B_8x8 : PRED_8x8R0) : -1);
350
(u1_slice_type != I_SLICE) ? (ps_dec->
u1_B
? 23 : 5) : 0);
[
all
...]
ih264d_structs.h
783
UWORD8
u1_B
; /** if B slice
u1_B
= 1 else 0 */
[
all
...]
ih264d_compute_bs.c
[
all
...]
ih264d_parse_bslice.c
[
all
...]
ih264d_parse_pslice.c
[
all
...]
ih264d_parse_slice.c
[
all
...]
ih264d_process_bslice.c
[
all
...]
/external/libavc/encoder/
ih264e_cabac_encode.c
907
UWORD8 u1_a,
u1_b
;
local
910
u1_b
= ps_top_ctxt->u1_yuv_dc_csbp & 0x1;
911
u4_ctx_inc = u1_a + (
u1_b
<< 1);
996
UWORD8 u1_a,
u1_b
;
local
999
u1_b
= (u1_top_dc_csbp >> u1_uv) & 0x01;
1000
u4_ctx_inc = (u1_a + (
u1_b
<< 1));
1064
UWORD8 u1_a,
u1_b
;
local
1217
UWORD8 u1_a,
u1_b
;
local
[
all
...]
Completed in 413 milliseconds