Home
last modified time | relevance | path

Searched refs:ai4_sad_grid (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/encoder/
Dhme_search_algo.c183 S32 ai4_sad_grid[9][TOT_NUM_PARTS]; in hme_pred_search_square_stepn() local
279 s_err_prms.pi4_sad_grid = &ai4_sad_grid[0][0]; in hme_pred_search_square_stepn()
290 s_result_prms.pi4_sad_grid = &ai4_sad_grid[0][0]; in hme_pred_search_square_stepn()
485 S32 ai4_sad_grid[9 * TOT_NUM_PARTS]; in hme_pred_search() local
568 s_err_prms.pi4_sad_grid = &ai4_sad_grid[0]; in hme_pred_search()
577 s_result_prms.pi4_sad_grid = ai4_sad_grid; in hme_pred_search()
687 S32 ai4_sad_grid[9 * TOT_NUM_PARTS]; in hme_pred_search_no_encode() local
774 s_err_prms.pi4_sad_grid = &ai4_sad_grid[0]; in hme_pred_search_no_encode()
785 s_result_prms.pi4_sad_grid = ai4_sad_grid; in hme_pred_search_no_encode()
Dhme_subpel.c2321 S32 ai4_sad_grid[17], i4_tot_cost; in hme_subpel_refine_search_node_high_speed() local
2405 s_result_prms.pi4_sad_grid = &ai4_sad_grid[0]; in hme_subpel_refine_search_node_high_speed()
2433 s_err_prms.pi4_sad_grid = &ai4_sad_grid[0]; in hme_subpel_refine_search_node_high_speed()
2938 S32 ai4_sad_grid[9][17], i4_tot_cost; in hme_subpel_refine_search_node_high_speed() local
3026 s_result_prms.pi4_sad_grid = &ai4_sad_grid[0][0]; in hme_subpel_refine_search_node_high_speed()
3052 s_err_prms.pi4_sad_grid = &ai4_sad_grid[0][0]; in hme_subpel_refine_search_node_high_speed()
Dhme_utils.c5311 S32 ai4_sad_grid[9 * TOT_NUM_PARTS]; in ihevce_16x16block_temporal_noise_detect() local
5413 s_err_prms.pi4_sad_grid = &ai4_sad_grid[0]; in ihevce_16x16block_temporal_noise_detect()
Dhme_refine.c619 S32 ai4_sad_grid[9][17]; in hme_pick_eval_merge_candts() local
826 s_result_prms.pi4_sad_grid = &ai4_sad_grid[0][0]; in hme_pick_eval_merge_candts()
834 s_err_prms.pi4_sad_grid = &ai4_sad_grid[0][0]; in hme_pick_eval_merge_candts()