Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_tile_interface.c186 ps_tile_params->i4_first_ctb_y = 0; in ihevce_update_tile_params()
224 ps_tile_params->i4_first_ctb_y = i4_x_y >> i4_max_log2_cu_size; in ihevce_update_tile_params()
265 ps_tile_params->i4_first_ctb_y = i4_start; in ihevce_update_tile_params()
527 tile_pos_y = ps_tile_params->i4_first_ctb_y; in ihevce_tiles_mem_init()
Dihevce_sao.c155 if(ctb_y_pos == ps_tile_params->i4_first_ctb_y) in ihevce_sao_set_avilability()
164 (ps_tile_params->i4_first_ctb_y + ps_tile_params->i4_curr_tile_ht_in_ctb_unit)) in ihevce_sao_set_avilability()
Dihevce_enc_structs.h2829 WORD32 i4_first_ctb_y; member
Dihevce_enc_loop_pass.c2490 (ps_tile_params->i4_first_ctb_y == vert_ctr) ? 0 : 1; in ihevce_enc_loop_process_row()
2525 if(vert_ctr > ps_tile_params->i4_first_ctb_y) in ihevce_enc_loop_process_row()
2683 (ps_tile_params->i4_first_ctb_y + ps_tile_params->i4_curr_tile_ht_in_ctb_unit - 1)) in ihevce_enc_loop_process_row()
2895 (ps_tile_params->i4_first_ctb_y + ps_tile_params->i4_curr_tile_ht_in_ctb_unit - 1)) in ihevce_enc_loop_process_row()
Dihevce_encode_header.c1524 ps_tile_params->i4_first_ctb_y * num_ctb_in_row + ps_tile_params->i4_first_ctb_x; in ihevce_generate_slice_header()