Searched refs:i4_ht_mbs (Results 1 – 6 of 6) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_process.c | 314 WORD32 i4_wd_mbs, i4_ht_mbs; in ih264e_entropy() local 331 i4_ht_mbs = ps_entropy->i4_ht_mbs; in ih264e_entropy() 334 u4_mb_cnt = i4_wd_mbs * i4_ht_mbs; in ih264e_entropy() 902 WORD32 i4_ht_mbs = ps_proc->i4_ht_mbs; in ih264e_update_proc_ctxt() local 1045 if(ps_proc->i4_mb_y == (i4_ht_mbs - 1)) in ih264e_update_proc_ctxt() 1193 if (ps_proc->i4_mb_y == ps_proc->i4_ht_mbs - 1) in ih264e_init_proc_ctxt() 1209 ps_proc->i4_mb_y == (ps_proc->i4_ht_mbs - 1) || in ih264e_init_proc_ctxt() 1245 if (ps_proc->i4_mb_y == (ps_proc->i4_ht_mbs - 1) || u4_pad_bottom_sz || u4_pad_right_sz) in ih264e_init_proc_ctxt() 1258 if (ps_proc->i4_mb_y == (ps_proc->i4_ht_mbs - 1)) in ih264e_init_proc_ctxt() 1274 if (ps_proc->i4_mb_y == (ps_proc->i4_ht_mbs - 1)) in ih264e_init_proc_ctxt() [all …]
|
D | ih264e_utils.c | 1109 UWORD32 u4_mb_cnt = ps_codec->s_cfg.i4_wd_mbs * ps_codec->s_cfg.i4_ht_mbs; in ih264e_init_air_map() 1846 ps_proc->i4_ht_mbs = ps_codec->s_cfg.i4_ht_mbs; in ih264e_pic_init() 1883 memset(ps_proc->pu1_proc_map, 0, ps_proc->i4_wd_mbs * ps_proc->i4_ht_mbs); in ih264e_pic_init() 1888 memset(ps_proc->pu1_deblk_map, 0, ps_proc->i4_wd_mbs * ps_proc->i4_ht_mbs); in ih264e_pic_init() 1893 memset(ps_proc->pu1_me_map, 0, ps_proc->i4_wd_mbs * ps_proc->i4_ht_mbs); in ih264e_pic_init() 1903 … memset(ps_proc->pu1_is_intra_coded, 0, ps_proc->i4_wd_mbs * ps_proc->i4_ht_mbs); in ih264e_pic_init() 1915 memset(ps_proc->pu1_slice_idx, 0, ps_proc->i4_wd_mbs * ps_proc->i4_ht_mbs); in ih264e_pic_init() 1926 while (i4_mb_y < ps_proc->i4_ht_mbs) in ih264e_pic_init() 1928 if (i4_mb_y +(WORD32)ps_codec->s_cfg.u4_slice_param < ps_proc->i4_ht_mbs) in ih264e_pic_init() 1935 cnt = (ps_proc->i4_ht_mbs - i4_mb_y) * ps_proc->i4_wd_mbs; in ih264e_pic_init() [all …]
|
D | ih264e_structs.h | 548 UWORD32 i4_ht_mbs; member 999 WORD32 i4_ht_mbs; member 1429 WORD32 i4_ht_mbs; member
|
D | ih264e_api.c | 1851 ps_curr_cfg->i4_ht_mbs = ps_curr_cfg->u4_ht >> 4; in ih264e_codec_update_config() 2377 ps_cfg->i4_ht_mbs = ps_cfg->u4_max_ht >> 4; in ih264e_set_default_params() 2519 WORD32 max_mb_rows = ps_cfg->i4_ht_mbs; in ih264e_init() 3608 ps_cfg->i4_ht_mbs = ps_cfg->u4_max_ht >> 4; in ih264e_init_mem_rec() 4682 ps_cfg->i4_ht_mbs = ps_cfg->u4_ht >> 4; in ih264e_set_dimensions()
|
D | ih264e_encode_header.c | 924 ps_sps->i2_pic_height_in_map_units_minus1 = ps_cfg->i4_ht_mbs - 1;; in ih264e_populate_sps()
|
D | ih264e_me.c | 908 rows_below = (ps_proc->i4_ht_mbs - ps_proc->i4_mb_y) * MB_SIZE; in ih264e_compute_me_single_reflist() 1815 rows_below = (ps_proc->i4_ht_mbs - ps_proc->i4_mb_y) * MB_SIZE; in ih264e_compute_me_multi_reflist()
|