OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u2_pic_wd
(Results
1 - 9
of
9
) sorted by null
/external/libavc/decoder/
ih264d_parse_headers.c
488
UWORD32
u2_pic_wd
= 0;
local
[
all
...]
ih264d_dpb_manager.h
106
UWORD16
u2_pic_wd
;
member in struct:__anon15324
ih264d_dpb_mgr.c
522
WORD32 i4_size = ((ps_dpb_mgr->
u2_pic_wd
537
+ ((ps_dpb_mgr->
u2_pic_wd
540
WORD32 i4_size = ((ps_dpb_mgr->
u2_pic_wd
559
WORD32 i4_size = ((ps_dpb_mgr->
u2_pic_wd
[
all
...]
ih264d_inter_pred.c
270
i2_frm_x = CLIP3(MAX_OFFSET_OUTSIDE_X_FRM, (ps_dec->
u2_pic_wd
- 1),
364
((ps_dec->
u2_pic_wd
>> 1) - 1), i2_frm_x);
624
i2_frm_x = CLIP3(MAX_OFFSET_OUTSIDE_X_FRM, (ps_dec->
u2_pic_wd
- 1),
771
((ps_dec->
u2_pic_wd
>> 1) - 1), i2_frm_x);
[
all
...]
ih264d_parse_slice.c
351
pic_wd = ps_dec->
u2_pic_wd
;
529
((ps_dec->u2_pic_ht * ps_dec->
u2_pic_wd
) >> 5);
531
* ps_dec->
u2_pic_wd
) >> 5);
620
UWORD8 uc_lastmbs = (((ps_dec->
u2_pic_wd
) >> 4)
[
all
...]
ih264d_utils.c
742
ps_dec->ps_dpb_mgr->
u2_pic_wd
= ps_dec->
u2_pic_wd
;
841
ret = ih264d_create_mv_bank(ps_dec, ps_dec->
u2_pic_wd
,
[
all
...]
ih264d_process_bslice.c
[
all
...]
ih264d_api.c
[
all
...]
ih264d_structs.h
741
UWORD16
u2_pic_wd
; /** Width of the picture being decoded */
member in struct:_DecStruct
[
all
...]
Completed in 74 milliseconds