Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_stasino_helpers.c508 WORD32 is_hbd, in ihevce_psy_rd_cost_croma() argument
546 if(!is_hbd) in ihevce_psy_rd_cost_croma()
599 if(!is_hbd) in ihevce_psy_rd_cost_croma()
606 if(!is_hbd) in ihevce_psy_rd_cost_croma()
616 if(!is_hbd) in ihevce_psy_rd_cost_croma()
685 WORD32 is_hbd, in ihevce_psy_rd_cost() argument
748 if(!is_hbd) in ihevce_psy_rd_cost()
774 if(!is_hbd) in ihevce_psy_rd_cost()
Dihevce_stasino_helpers.h166 WORD32 is_hbd,
182 WORD32 is_hbd,
Dihevce_enc_loop_pass.c2077 WORD32 is_hbd; in ihevce_enc_loop_process_row() local
2082 is_hbd = ps_ctxt->u1_is_input_data_hbd; in ihevce_enc_loop_process_row()
2110 if(!is_hbd) in ihevce_enc_loop_process_row()
2149 WORD32 is_hbd; in ihevce_enc_loop_process_row() local
2150 is_hbd = ps_ctxt->u1_is_input_data_hbd; // 8 bit in ihevce_enc_loop_process_row()
2176 if(!is_hbd) in ihevce_enc_loop_process_row()
2191 if(!is_hbd) in ihevce_enc_loop_process_row()
2198 if(!is_hbd) in ihevce_enc_loop_process_row()
2208 if(!is_hbd) in ihevce_enc_loop_process_row()
/external/libaom/libaom/aom_dsp/
Dtxfm_common.h33 int is_hbd; member
/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c553 const int is_hbd = is_cur_buf_hbd(xd); in build_wedge_inter_predictor_from_buf() local
557 if (is_hbd) { in build_wedge_inter_predictor_from_buf()
569 if (is_hbd) { in build_wedge_inter_predictor_from_buf()
580 if (is_hbd) { in build_wedge_inter_predictor_from_buf()
Dencodemb.c174 txfm_param.is_hbd = is_cur_buf_hbd(xd); in av1_xform_quant()
181 quant_func_list[xform_quant_idx][txfm_param.is_hbd]( in av1_xform_quant()
438 txfm_param.is_hbd = is_cur_buf_hbd(xd); in encode_block_pass1()
445 if (txfm_param.is_hbd) { in encode_block_pass1()
Dtemporal_filter.c809 const int is_hbd = is_cur_buf_hbd(mbd); in temporal_filter_iterate_c() local
810 if (is_hbd) { in temporal_filter_iterate_c()
933 if (is_hbd) { in temporal_filter_iterate_c()
946 if (is_hbd) { in temporal_filter_iterate_c()
992 if (is_hbd) { in temporal_filter_iterate_c()
Drdopt.c3872 param.is_hbd = is_cur_buf_hbd(xd); in predict_skip_flag()
4725 int cols, BLOCK_SIZE bsize, int is_hbd, in angle_estimation() argument
4731 if (is_hbd) in angle_estimation()
13843 const int is_hbd = is_cur_buf_hbd(xd); in calc_target_weighted_pred_above() local
13845 if (!is_hbd) { in calc_target_weighted_pred_above()
13889 const int is_hbd = is_cur_buf_hbd(xd); in calc_target_weighted_pred_left() local
13891 if (!is_hbd) { in calc_target_weighted_pred_left()
13971 const int is_hbd = is_cur_buf_hbd(xd); in calc_target_weighted_pred() local
14008 if (!is_hbd) { in calc_target_weighted_pred()
/external/libaom/libaom/av1/common/
Didct.c207 txfm_param->is_hbd = is_cur_buf_hbd(xd); in init_txfm_param()
317 if (txfm_param.is_hbd) { in av1_inverse_transform_block()
Dreconinter.c816 const int is_hbd = is_cur_buf_hbd(xd); in build_obmc_inter_pred_above() local
834 if (is_hbd) in build_obmc_inter_pred_above()
853 const int is_hbd = is_cur_buf_hbd(xd); in build_obmc_inter_pred_left() local
869 if (is_hbd) in build_obmc_inter_pred_left()
/external/libaom/libaom/test/
Dcomp_avg_pred_test.h72 distwtdcompavg_func filter, int is_hbd) { in BuildParams() argument
73 (void)is_hbd; in BuildParams()
Dav1_highbd_iht_test.cc217 txfm_param.is_hbd = 1; in RunAV1InvTxfm2dTest()
Dtest_intra_pred_speed.cc99 void CheckMd5Signature(TX_SIZE tx_size, bool is_hbd, in CheckMd5Signature() argument
102 const std::string hbd_str = is_hbd ? "Hbd " : ""; in CheckMd5Signature()
/external/libaom/libaom/av1/
Dav1_dx_iface.c816 const int is_hbd = in decoder_get_frame() local
819 ctx->img.planes[0] += mi_col * MI_SIZE * (1 + is_hbd); in decoder_get_frame()
823 mi_col * (MI_SIZE >> ssx) * (1 + is_hbd); in decoder_get_frame()