Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_tile_interface.c116 i4_ctb_aligned_tgt_frame_wd; //Frame width and height specific to target-resolution in ihevce_update_tile_params() local
158 i4_ctb_aligned_tgt_frame_wd = i4_cu_aligned_tgt_frame_wd; in ihevce_update_tile_params()
159 i4_ctb_aligned_tgt_frame_wd += SET_CTB_ALIGN(i4_ctb_aligned_tgt_frame_wd, MAX_CTB_SIZE); in ihevce_update_tile_params()
160 i4_pic_wd_in_ctb = i4_ctb_aligned_tgt_frame_wd >> i4_max_log2_cu_size; in ihevce_update_tile_params()