OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pic_wd
(Results
1 - 3
of
3
) sorted by null
/external/libhevc/decoder/
ihevcd_debug.h
129
#define DUMP_PRE_ILF(pu1_cur_pic_luma, pu1_cur_pic_chroma,
pic_wd
, pic_ht, pic_strd) ihevcd_debug_dump_pic(pu1_cur_pic_luma, pu1_cur_pic_chroma,
pic_wd
, pic_ht, pic_strd)
138
#define DUMP_PRE_ILF(pu1_cur_pic_luma, pu1_cur_pic_chroma,
pic_wd
, pic_ht, pic_strd)
/external/libavc/decoder/
ih264d_api.c
2640
UWORD32
pic_wd
, pic_ht;
local
2816
UWORD16
pic_wd
, pic_ht;
local
[
all
...]
ih264d_parse_slice.c
347
UWORD16
pic_wd
;
local
351
pic_wd
= ps_dec->u2_pic_wd;
353
num_mbs = (
pic_wd
* pic_ht) >> 8;
[
all
...]
Completed in 49 milliseconds