OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ps_dst
(Results
1 - 2
of
2
) sorted by null
/external/libmpeg2/decoder/
impeg2d_deinterlace.c
72
static void impeg2d_get_pic(icv_pic_t *
ps_dst
,
80
ps_dst
->ai4_wd[0] = wd;
81
ps_dst
->ai4_wd[1] = wd / 2;
82
ps_dst
->ai4_wd[2] = wd / 2;
84
ps_dst
->ai4_ht[0] = ht;
85
ps_dst
->ai4_ht[1] = ht / 2;
86
ps_dst
->ai4_ht[2] = ht / 2;
88
ps_dst
->ai4_strd[0] = strd;
89
ps_dst
->ai4_strd[1] = strd / 2;
90
ps_dst
->ai4_strd[2] = strd / 2
[
all
...]
impeg2d_api_main.c
3120
iv_yuv_buf_t *
ps_dst
;
local
[
all
...]
Completed in 583 milliseconds