Searched refs:PAD_LEN_Y_H (Results 1 - 6 of 6) sorted by relevance

/external/libavc/decoder/
H A Dih264d_deblocking.c912 PAD_LEN_Y_H);
917 ps_dec->u2_pic_ht >> u1_field_pic_flag, PAD_LEN_Y_H);
935 ps_dec->pf_pad_top(ps_dec->ps_cur_pic->pu1_buf1 - PAD_LEN_Y_H,
951 pu1_buf = ps_dec->ps_cur_pic->pu1_buf1 - PAD_LEN_Y_H;
1049 PAD_LEN_Y_H);
1054 ps_dec->u2_pic_ht >> u1_field_pic_flag, PAD_LEN_Y_H);
1072 ps_dec->pf_pad_top(ps_dec->ps_cur_pic->pu1_buf1 - PAD_LEN_Y_H,
1088 pu1_buf = ps_dec->ps_cur_pic->pu1_buf1 - PAD_LEN_Y_H;
1163 PAD_LEN_Y_H);
1168 ps_dec->u2_pic_ht >> u1_field_pic_flag, PAD_LEN_Y_H);
[all...]
H A Dih264d_defs.h553 #define PAD_LEN_Y_H 32 macro
H A Dih264d_utils.c1724 u4_offset = ps_dec->u2_frm_wd_y * (PAD_LEN_Y_V << 1) + PAD_LEN_Y_H;
1727 pad_len_h = MAX(PAD_LEN_UV_H, (PAD_LEN_Y_H >> 1));
1739 u4_offset = ps_dec->u2_frm_wd_y * (PAD_LEN_Y_V << 1) + PAD_LEN_Y_H;
1748 (PAD_LEN_Y_H >> 1));
1762 (PAD_LEN_Y_H >> 1));
H A Dih264d_parse_headers.c843 u2_frm_wd_y = u2_pic_wd + (UWORD8)(PAD_LEN_Y_H << 1);
H A Dih264d_api.c2793 pic_wd += (PAD_LEN_Y_H << 1);
3519 buffer_wd = ALIGN16(disp_wd) + (PAD_LEN_Y_H << 1);
3534 x_offset = PAD_LEN_Y_H;
H A Dih264d_parse_slice.c669 + (PAD_LEN_Y_H << 1)

Completed in 90 milliseconds