Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_bs_compute_ctb.c277 else if(ps_nbr_4x4->b1_y_cbf) in ihevce_bs_compute_cu()
309 else if(ps_nbr_4x4->b1_y_cbf) in ihevce_bs_compute_cu()
354 if((ps_enc_tu->s_tu.b1_y_cbf) || (PRED_MODE_INTRA == u4_pred_mode_flag)) in ihevce_bs_compute_cu()
Dihevce_enc_loop_utils.c3749 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b1_y_cbf = ai4_cbf[best_intra_buf_idx]; in ihevce_intra_rdopt_cu_ntu()
3778 ps_nbr_4x4->b1_y_cbf = ai4_cbf[best_intra_buf_idx]; in ihevce_intra_rdopt_cu_ntu()
4737 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b1_y_cbf = cbf; in ihevce_inter_rdopt_cu_ntu()
4752 ps_cur_nbr_4x4->b1_y_cbf = cbf; in ihevce_inter_rdopt_cu_ntu()
4767 ps_tmp_4x4[j].b1_y_cbf = cbf; in ihevce_inter_rdopt_cu_ntu()
5059 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b1_y_cbf = 0; in ihevce_inter_rdopt_cu_ntu()
5080 ps_tmp_4x4[j].b1_y_cbf = 0; in ihevce_inter_rdopt_cu_ntu()
5767 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b1_y_cbf = 0; in ihevce_inter_tu_tree_selector_and_rdopt_cost_computer()
5788 ps_tmp_4x4[j].b1_y_cbf = 0; in ihevce_inter_tu_tree_selector_and_rdopt_cost_computer()
8666 ps_tu_enc_loop->s_tu.b1_y_cbf = 0; in ihevce_final_rdopt_mode_prcs()
[all …]
Dihevce_cabac_tu.c815 cbf_luma = ps_enc_tu->s_tu.b1_y_cbf; in ihevce_encode_transform_tree()
857 ASSERT(1 == ps_enc_tu->s_tu.b1_y_cbf); in ihevce_encode_transform_tree()
858 cbf_luma = ps_enc_tu->s_tu.b1_y_cbf; in ihevce_encode_transform_tree()
Dihevce_tu_tree_selector.c1118 ps_nbr_data_buf[j].b1_y_cbf = u1_cbf; in ihevce_nbr_data_copier()
2227 ps_final_prms->as_tu_enc_loop[pu2_tu_ctr[0]].s_tu.b1_y_cbf = ps_node->s_luma_data.u1_cbf; in ihevce_tu_selector_debriefer()
Dihevce_enc_structs.h341 UWORD16 b1_y_cbf : 1; member
/external/libhevc/decoder/
Dihevcd_parse_slice.c272 ps_tu->b1_y_cbf = 0; in ihevcd_parse_transform_tree()
337 ps_tu->b1_y_cbf = 1; in ihevcd_parse_transform_tree()
1020 ps_tu->b1_y_cbf = 1; in ihevcd_parse_coding_unit_intra()
1332 ps_tu->b1_y_cbf = 0; in ihevcd_parse_coding_unit()
1626 ps_tu->b1_y_cbf = 0; in ihevcd_parse_coding_unit()
2228 ps_tu->b1_y_cbf = 0; in ihevcd_set_ctb_skip()
Dihevcd_boundary_strength.c628 if(ps_tu->b1_y_cbf) in ihevcd_ctb_boundary_strength_pbslice()
Dihevcd_iquant_itrans_recon_ctb.c833 u1_cbf = ps_tu->b1_y_cbf; in ihevcd_iquant_itrans_recon_ctb()
/external/libhevc/common/
Dihevc_structs.h1368 UWORD32 b1_y_cbf : 1; member