Home
last modified time | relevance | path

Searched refs:is_hbd (Results 1 – 16 of 16) 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.c2090 WORD32 is_hbd; in ihevce_enc_loop_process_row() local
2095 is_hbd = ps_ctxt->u1_is_input_data_hbd; in ihevce_enc_loop_process_row()
2123 if(!is_hbd) in ihevce_enc_loop_process_row()
2162 WORD32 is_hbd; in ihevce_enc_loop_process_row() local
2163 is_hbd = ps_ctxt->u1_is_input_data_hbd; // 8 bit in ihevce_enc_loop_process_row()
2189 if(!is_hbd) in ihevce_enc_loop_process_row()
2204 if(!is_hbd) in ihevce_enc_loop_process_row()
2211 if(!is_hbd) in ihevce_enc_loop_process_row()
2221 if(!is_hbd) in ihevce_enc_loop_process_row()
/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c342 const int is_hbd = is_cur_buf_hbd(xd); in build_wedge_inter_predictor_from_buf() local
346 if (is_hbd) { in build_wedge_inter_predictor_from_buf()
358 if (is_hbd) { in build_wedge_inter_predictor_from_buf()
375 if (is_hbd) { in build_wedge_inter_predictor_from_buf()
Dencodemb.c289 quant_func_list[qparam->xform_quant_idx][txfm_param->is_hbd]( in av1_xform_quant()
322 txfm_param->is_hbd = is_cur_buf_hbd(xd); in av1_setup_xform()
587 if (txfm_param.is_hbd) { in encode_block_pass1()
Dtpl_model.c58 int bit_depth, int is_hbd) { in tpl_fwd_txfm() argument
66 txfm_param.is_hbd = is_hbd; in tpl_fwd_txfm()
Dintra_mode_search.c826 const int is_hbd = seq_params->use_highbitdepth; in rd_pick_palette_intra_sby() local
830 if (is_hbd) { in rd_pick_palette_intra_sby()
842 if (is_hbd) { in rd_pick_palette_intra_sby()
Drdopt.c5198 const int is_hbd = is_cur_buf_hbd(xd); in calc_target_weighted_pred_above() local
5200 if (!is_hbd) { in calc_target_weighted_pred_above()
5246 const int is_hbd = is_cur_buf_hbd(xd); in calc_target_weighted_pred_left() local
5248 if (!is_hbd) { in calc_target_weighted_pred_left()
5327 const int is_hbd = is_cur_buf_hbd(xd); in calc_target_weighted_pred() local
5364 if (!is_hbd) { in calc_target_weighted_pred()
Dtx_search.c427 param.is_hbd = is_cur_buf_hbd(xd); in predict_skip_flag()
/external/libaom/libaom/aom_dsp/
Dtxfm_common.h33 int is_hbd; member
/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.c1119 const int is_hbd = is_cur_buf_hbd(xd); in build_obmc_inter_pred_above() local
1120 if (is_hbd) in build_obmc_inter_pred_above()
1159 const int is_hbd = is_cur_buf_hbd(xd); in build_obmc_inter_pred_left() local
1160 if (is_hbd) in build_obmc_inter_pred_left()
/external/libaom/libaom/test/
Dcomp_avg_pred_test.h63 distwtdcompavg_func filter, int is_hbd) { in BuildParams() argument
64 (void)is_hbd; in BuildParams()
Dav1_highbd_iht_test.cc237 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.c802 const int is_hbd = (ctx->img.fmt & AOM_IMG_FMT_HIGHBITDEPTH) ? 1 : 0; in decoder_get_frame() local
804 ctx->img.planes[0] += mi_col * MI_SIZE * (1 + is_hbd); in decoder_get_frame()
808 mi_col * (MI_SIZE >> ssx) * (1 + is_hbd); in decoder_get_frame()