OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:apu1_buf
(Results
1 - 5
of
5
) sorted by null
/external/libmpeg2/decoder/
impeg2d_deinterlace.c
92
ps_dst->
apu1_buf
[0] = pu1_buf_y;
93
ps_dst->
apu1_buf
[1] = pu1_buf_u;
94
ps_dst->
apu1_buf
[2] = pu1_buf_v;
120
ps_top_fld->
apu1_buf
[0] = ps_frm->
apu1_buf
[0];
121
ps_top_fld->
apu1_buf
[1] = ps_frm->
apu1_buf
[1];
122
ps_top_fld->
apu1_buf
[2] = ps_frm->
apu1_buf
[2];
125
ps_bot_fld->
apu1_buf
[0] = ps_frm->apu1_buf[0] + ps_frm->ai4_strd[0]
[
all
...]
/external/libmpeg2/common/
icv.h
97
UWORD8 *
apu1_buf
[MAX_COMPONENTS];
member in struct:__anon15892
ideint.c
254
if(ps_prv_fld->
apu1_buf
[i] == NULL)
261
pu1_out = ps_out_frm->
apu1_buf
[i];
264
pu1_prv = ps_prv_fld->
apu1_buf
[i];
269
pu1_top = ps_cur_fld->
apu1_buf
[i];
270
pu1_bot = ps_nxt_fld->
apu1_buf
[i];
274
pu1_top = ps_nxt_fld->
apu1_buf
[i];
275
pu1_bot = ps_cur_fld->
apu1_buf
[i];
295
if(ps_prv_fld->
apu1_buf
[i] == NULL)
ideint_debug.c
101
pu1_buf = ps_pic->
apu1_buf
[i];
ideint_utils.c
126
pu1_src = ps_src_fld->
apu1_buf
[i];
127
pu1_dst = ps_dst_frm->
apu1_buf
[i];
Completed in 74 milliseconds