OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u4_x_dst_offset
(Results
1 - 2
of
2
) sorted by null
/external/libmpeg2/decoder/
impeg2d_i_pic.c
199
UWORD32
u4_x_dst_offset
= 0;
local
207
u4_x_dst_offset
= u4_frm_offset + (ps_dec->u2_mb_x << 4);
209
pu1_out_p = ps_cur_frm_buf->pu1_y +
u4_x_dst_offset
+ u4_y_dst_offset;
252
u4_x_dst_offset
>>= 1;
265
pu1_out_p = ps_cur_frm_buf->pu1_u +
u4_x_dst_offset
+ u4_y_dst_offset;
293
pu1_out_p = ps_cur_frm_buf->pu1_v +
u4_x_dst_offset
+ u4_y_dst_offset;
impeg2d_pnb_pic.c
483
UWORD32
u4_x_dst_offset
= 0;
local
501
u4_x_dst_offset
= u4_frm_offset + (ps_dec->u2_mb_x << 4);
503
pu1_out_p = ps_cur_frm_buf->pu1_y +
u4_x_dst_offset
+ u4_y_dst_offset;
595
u4_x_dst_offset
>>= 1;
603
pu1_out_p = ps_cur_frm_buf->pu1_u +
u4_x_dst_offset
+ u4_y_dst_offset;
649
pu1_out_p = ps_cur_frm_buf->pu1_v +
u4_x_dst_offset
+ u4_y_dst_offset;
Completed in 455 milliseconds