Home
last modified time | relevance | path

Searched refs:PAD_LEN_UV_H (Results 1 – 5 of 5) 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.h555 #define PAD_LEN_UV_H 16 macro
Dih264d_utils.c1727 pad_len_h = MAX(PAD_LEN_UV_H, (PAD_LEN_Y_H >> 1)); in ih264d_create_pic_buffers()
1747 pad_len_h = MAX(PAD_LEN_UV_H * YUV420SP_FACTOR, in ih264d_create_pic_buffers()
1761 pad_len_h = MAX(PAD_LEN_UV_H * YUV420SP_FACTOR, in ih264d_create_pic_buffers()
Dih264d_parse_headers.c851 u2_frm_wd_uv = u2_pic_wd + (UWORD8)(PAD_LEN_UV_H << 2); in ih264d_parse_sps()
Dih264d_parse_slice.c656 + (PAD_LEN_UV_H << 2) in ih264d_start_of_pic()