Searched refs:is_hbd (Results 1 – 14 of 14) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_stasino_helpers.c | 508 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()
|
D | ihevce_stasino_helpers.h | 166 WORD32 is_hbd, 182 WORD32 is_hbd,
|
D | ihevce_enc_loop_pass.c | 2077 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/ |
D | txfm_common.h | 33 int is_hbd; member
|
/external/libaom/libaom/av1/encoder/ |
D | reconinter_enc.c | 553 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()
|
D | encodemb.c | 174 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()
|
D | temporal_filter.c | 809 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()
|
D | rdopt.c | 3872 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/ |
D | idct.c | 207 txfm_param->is_hbd = is_cur_buf_hbd(xd); in init_txfm_param() 317 if (txfm_param.is_hbd) { in av1_inverse_transform_block()
|
D | reconinter.c | 816 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/ |
D | comp_avg_pred_test.h | 72 distwtdcompavg_func filter, int is_hbd) { in BuildParams() argument 73 (void)is_hbd; in BuildParams()
|
D | av1_highbd_iht_test.cc | 217 txfm_param.is_hbd = 1; in RunAV1InvTxfm2dTest()
|
D | test_intra_pred_speed.cc | 99 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/ |
D | av1_dx_iface.c | 816 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()
|