OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u1_cur_mb_type
(Results
1 - 2
of
2
) sorted by null
/external/libavc/decoder/
ih264d_compute_bs.c
1161
UWORD32
u1_cur_mb_type
;
local
1408
UWORD32
u1_cur_mb_type
;
local
2256
UWORD8
u1_cur_mb_type
;
local
2318
UWORD8
u1_cur_mb_type
;
local
[
all
...]
ih264d_thread_compute_bs.c
107
UWORD32
u1_cur_mb_type
;
local
126
u1_cur_mb_type
= ps_cur_mb_params->u1_mb_type;
128
ps_deblk_top_mb->u1_mb_type =
u1_cur_mb_type
;
204
u4_cur_mb_intra =
u1_cur_mb_type
& D_INTRA_MB;
205
u4_cur_mb_fld = !!(
u1_cur_mb_type
& D_FLD_MB);
248
UWORD32 u4_is_non16x16 = !!(
u1_cur_mb_type
& D_PRED_NON_16x16);
Completed in 34 milliseconds