Home
last modified time | relevance | path

Searched refs:PAD_LEN_UV_H (Results 1 – 8 of 8) sorted by relevance

/external/libavc/decoder/
Dih264d_deblocking.c922 PAD_LEN_UV_H * YUV420SP_FACTOR); in ih264d_deblock_picture_mbaff()
928 PAD_LEN_UV_H * YUV420SP_FACTOR); in ih264d_deblock_picture_mbaff()
940 - PAD_LEN_UV_H * YUV420SP_FACTOR, in ih264d_deblock_picture_mbaff()
955 pu1_buf = ps_dec->ps_cur_pic->pu1_buf2 - PAD_LEN_UV_H * YUV420SP_FACTOR; in ih264d_deblock_picture_mbaff()
1059 PAD_LEN_UV_H * YUV420SP_FACTOR); in ih264d_deblock_picture_non_mbaff()
1065 PAD_LEN_UV_H * YUV420SP_FACTOR); in ih264d_deblock_picture_non_mbaff()
1077 - PAD_LEN_UV_H * YUV420SP_FACTOR, in ih264d_deblock_picture_non_mbaff()
1092 pu1_buf = ps_dec->ps_cur_pic->pu1_buf2 - PAD_LEN_UV_H * YUV420SP_FACTOR; in ih264d_deblock_picture_non_mbaff()
1173 PAD_LEN_UV_H * YUV420SP_FACTOR); in ih264d_deblock_picture_progressive()
1179 PAD_LEN_UV_H * YUV420SP_FACTOR); in ih264d_deblock_picture_progressive()
[all …]
Dih264d_defs.h573 #define PAD_LEN_UV_H 16 macro
Dih264d_utils.c1812 pad_len_h = MAX(PAD_LEN_UV_H, (PAD_LEN_Y_H >> 1)); in ih264d_create_pic_buffers()
1832 pad_len_h = MAX(PAD_LEN_UV_H * YUV420SP_FACTOR, in ih264d_create_pic_buffers()
1846 pad_len_h = MAX(PAD_LEN_UV_H * YUV420SP_FACTOR, in ih264d_create_pic_buffers()
Dih264d_parse_headers.c988 u2_frm_wd_uv = u2_pic_wd + (UWORD8)(PAD_LEN_UV_H << 2); in ih264d_parse_sps()
Dih264d_parse_slice.c666 + (PAD_LEN_UV_H << 2) in ih264d_start_of_pic()
/external/libavc/decoder/mvc/
Dimvcd_utils.c256 s_dims.i4_abscissa = (PAD_LEN_UV_H * 4); in imvcd_get_buf_pad_dims()
271 : (i4_stride * PAD_LEN_UV_V * 2 + PAD_LEN_UV_H * 2); in imvcd_get_ref_pic_pad_offset()
/external/libavc/decoder/svc/
Disvcd_parse_headers.c487 u2_frm_wd_uv = u2_pic_wd + (UWORD8) (PAD_LEN_UV_H << 2); in isvcd_parse_subset_sps()
1475 u2_frm_wd_uv = u2_pic_wd + (UWORD8) (PAD_LEN_UV_H << 2); in isvcd_parse_sps()
Disvcd_parse_slice.c579 (ui16_lastmbs_widthUV + (PAD_LEN_UV_H << 2) + in isvcd_start_of_pic()