Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_utils.c8417 tu_enc_loop_out_t *ps_tu_enc_loop; in ihevce_final_rdopt_mode_prcs() local
8503 ps_tu_enc_loop = &ps_best_cu_prms->as_tu_enc_loop[0]; in ihevce_final_rdopt_mode_prcs()
8526 ps_tu_enc_loop->s_tu.b1_y_cbf = 0; in ihevce_final_rdopt_mode_prcs()
8530 ps_tu_enc_loop++; in ihevce_final_rdopt_mode_prcs()
8535 ps_tu_enc_loop = &ps_best_cu_prms->as_tu_enc_loop[0]; in ihevce_final_rdopt_mode_prcs()
8702 ps_tu = &(ps_tu_enc_loop->s_tu); /* Points to the TU property ctxt */ in ihevce_final_rdopt_mode_prcs()
9115 ps_tu_enc_loop->i4_luma_coeff_offset = total_bytes; in ihevce_final_rdopt_mode_prcs()
9751 ps_tu_enc_loop->ai4_cb_coeff_offset[i4_subtu_idx] = total_bytes; in ihevce_final_rdopt_mode_prcs()
9812 ps_tu_enc_loop->ai4_cr_coeff_offset[i4_subtu_idx] = total_bytes; in ihevce_final_rdopt_mode_prcs()
9823 ps_tu_enc_loop->ai4_cb_coeff_offset[0] = total_bytes; in ihevce_final_rdopt_mode_prcs()
[all …]
Dihevce_enc_loop_utils.h354 tu_enc_loop_out_t *ps_tu_enc_loop,