Home
last modified time | relevance | path

Searched refs:MAX_SIGNED_16BIT_VAL (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/encoder/arm/
Dihevce_me_neon.c590 if(refine_ctxt->i2_tot_cost[0][part_id] >= MAX_SIGNED_16BIT_VAL) in hme_calc_sad_and_1_best_result_neon()
592 assert(refine_ctxt->i2_mv_cost[0][part_id] == MAX_SIGNED_16BIT_VAL); in hme_calc_sad_and_1_best_result_neon()
598 if(refine_ctxt->i2_tot_cost[1][part_id] >= MAX_SIGNED_16BIT_VAL) in hme_calc_sad_and_1_best_result_neon()
600 assert(refine_ctxt->i2_mv_cost[1][part_id] == MAX_SIGNED_16BIT_VAL); in hme_calc_sad_and_1_best_result_neon()
661 if(refine_ctxt->i2_tot_cost[0][i] >= MAX_SIGNED_16BIT_VAL) in hme_calc_sad_and_1_best_result_subpel_neon()
663 refine_ctxt->ai2_fullpel_satd[0][i] = MAX_SIGNED_16BIT_VAL; in hme_calc_sad_and_1_best_result_subpel_neon()
/external/libhevc/encoder/
Dhme_common_defs.h43 #define MAX_SIGNED_16BIT_VAL (0x07FFF) macro
Dhme_err_compute.c2304 if(ps_mv_refine_ctxt->i2_tot_cost[0][part_id] >= MAX_SIGNED_16BIT_VAL) in hme_calc_sad_and_2_best_results()
2306 ASSERT(ps_mv_refine_ctxt->i2_mv_cost[0][part_id] == MAX_SIGNED_16BIT_VAL); in hme_calc_sad_and_2_best_results()
2312 if(ps_mv_refine_ctxt->i2_tot_cost[1][part_id] >= MAX_SIGNED_16BIT_VAL) in hme_calc_sad_and_2_best_results()
2314 ASSERT(ps_mv_refine_ctxt->i2_mv_cost[1][part_id] == MAX_SIGNED_16BIT_VAL); in hme_calc_sad_and_2_best_results()
2498 if(ps_subpel_refine_ctxt->i2_tot_cost[j][i4_count] >= MAX_SIGNED_16BIT_VAL) in hme_calc_sad_and_2_best_results_subpel()
2500 ps_subpel_refine_ctxt->ai2_fullpel_satd[j][i4_count] = MAX_SIGNED_16BIT_VAL; in hme_calc_sad_and_2_best_results_subpel()
2831 if(ps_mv_refine_ctxt->i2_stim_injected_cost[0][part_id] >= MAX_SIGNED_16BIT_VAL) in hme_calc_stim_injected_sad_and_2_best_results()
2833 ASSERT(ps_mv_refine_ctxt->i2_mv_cost[0][part_id] == MAX_SIGNED_16BIT_VAL); in hme_calc_stim_injected_sad_and_2_best_results()
2839 if(ps_mv_refine_ctxt->i2_stim_injected_cost[1][part_id] >= MAX_SIGNED_16BIT_VAL) in hme_calc_stim_injected_sad_and_2_best_results()
2841 ASSERT(ps_mv_refine_ctxt->i2_mv_cost[1][part_id] == MAX_SIGNED_16BIT_VAL); in hme_calc_stim_injected_sad_and_2_best_results()
[all …]
Dhme_subpel.c3878 if(ps_subpel_refine_ctxt->i2_tot_cost[0][index] == MAX_SIGNED_16BIT_VAL) in hme_subpel_refine_struct_to_search_results_struct_converter()
3880 i4_sad = MAX_SIGNED_16BIT_VAL; in hme_subpel_refine_struct_to_search_results_struct_converter()
3897 if(ps_subpel_refine_ctxt->i2_tot_cost[1][index] == MAX_SIGNED_16BIT_VAL) in hme_subpel_refine_struct_to_search_results_struct_converter()
3899 i4_sad = MAX_SIGNED_16BIT_VAL; in hme_subpel_refine_struct_to_search_results_struct_converter()
3921 if(ps_subpel_refine_ctxt->i2_tot_cost[0][index] == MAX_SIGNED_16BIT_VAL) in hme_subpel_refine_struct_to_search_results_struct_converter()
3923 i4_sad = MAX_SIGNED_16BIT_VAL; in hme_subpel_refine_struct_to_search_results_struct_converter()
3937 if(ps_subpel_refine_ctxt->i2_tot_cost[1][index] == MAX_SIGNED_16BIT_VAL) in hme_subpel_refine_struct_to_search_results_struct_converter()
3939 i4_sad = MAX_SIGNED_16BIT_VAL; in hme_subpel_refine_struct_to_search_results_struct_converter()
3957 if(ps_subpel_refine_ctxt->i2_tot_cost[0][index] == MAX_SIGNED_16BIT_VAL) in hme_subpel_refine_struct_to_search_results_struct_converter()
3959 i4_sad = MAX_SIGNED_16BIT_VAL; in hme_subpel_refine_struct_to_search_results_struct_converter()
[all …]
Dhme_refine.c7582 ps_fullpel_refine_ctxt->i2_tot_cost[0][i4_i] = MAX_SIGNED_16BIT_VAL; in hme_refine()
7583 ps_fullpel_refine_ctxt->i2_mv_cost[0][i4_i] = MAX_SIGNED_16BIT_VAL; in hme_refine()
7585 MAX_SIGNED_16BIT_VAL; in hme_refine()
7593 MAX_SIGNED_16BIT_VAL; in hme_refine()
7595 MAX_SIGNED_16BIT_VAL; in hme_refine()
7597 MAX_SIGNED_16BIT_VAL; in hme_refine()