HomeSort by relevance Sort by last modified time
    Searched refs:ai4_sad_grid (Results 1 - 4 of 4) sorted by null

  /external/libhevc/encoder/
hme_search_algo.c 183 S32 ai4_sad_grid[9][TOT_NUM_PARTS]; local
279 s_err_prms.pi4_sad_grid = &ai4_sad_grid[0][0];
290 s_result_prms.pi4_sad_grid = &ai4_sad_grid[0][0];
485 S32 ai4_sad_grid[9 * TOT_NUM_PARTS]; local
568 s_err_prms.pi4_sad_grid = &ai4_sad_grid[0];
577 s_result_prms.pi4_sad_grid = ai4_sad_grid;
687 S32 ai4_sad_grid[9 * TOT_NUM_PARTS]; local
774 s_err_prms.pi4_sad_grid = &ai4_sad_grid[0];
785 s_result_prms.pi4_sad_grid = ai4_sad_grid;
hme_subpel.c 2321 S32 ai4_sad_grid[17], i4_tot_cost; local
2938 S32 ai4_sad_grid[9][17], i4_tot_cost; local
    [all...]
hme_utils.c 5311 S32 ai4_sad_grid[9 * TOT_NUM_PARTS]; local
    [all...]
hme_refine.c 619 S32 ai4_sad_grid[9][17]; local
826 s_result_prms.pi4_sad_grid = &ai4_sad_grid[0][0];
834 s_err_prms.pi4_sad_grid = &ai4_sad_grid[0][0];
    [all...]

Completed in 147 milliseconds