Home | History | Annotate | Download | only in encoder

Lines Matching defs:i4_sad

1454     S32 i4_tot_cost, i4_mv_cost, i4_sad, id;
1530 i4_sad = pi4_sad_grid[grid_count * id];
1531 i4_tot_cost = i4_sad + i4_mv_cost;
1546 ps_best_node[0].i4_sad = i4_sad;
1567 S32 i4_tot_cost, i4_mv_cost, i4_sad, id;
1629 i4_sad = pi4_sad_grid[grid_count * id];
1630 i4_tot_cost = i4_sad + i4_mv_cost;
1660 ps_best_node[i].i4_sad = i4_sad;
1698 S32 i4_tot_cost, i4_mv_cost, i4_sad, id;
1775 i4_sad = pi4_sad_grid[grid_count * id];
1779 i4_sad = CLIP_S16(i4_sad);
1781 i4_tot_cost = i4_sad + i4_mv_cost;
1829 ps_best_node[i].i4_sad = i4_sad;
1869 S32 i4_count = 0, i4_sad, i4_mv_cost, i4_tot_cost;
1891 i4_sad = ps_result_prms->pi4_sad_grid[id];
1892 i4_tot_cost = i4_sad + i4_mv_cost;
1928 ps_best_node[i].i4_sad = i4_sad;
1943 S32 i4_count = 0, i4_sad, i4_mv_cost, i4_tot_cost;
1965 i4_sad = ps_result_prms->pi4_sad_grid[id];
1966 i4_tot_cost = i4_sad + i4_mv_cost;
1981 sdi_value = ps_best_node[0].i4_sad - i4_sad;
2187 S32 i4_count = 0, i4_sad, i4_mv_cost, i4_tot_cost;
2239 i4_sad = CLIP3(pi4_sad_grid[part_id], 0, 0x7fff);
2240 i4_tot_cost = CLIP_S16(i4_sad + i4_mv_cost);
2415 S32 i4_count = 0, i4_sad, i4_mv_cost, i4_tot_cost;
2433 i4_sad = CLIP3(pi4_sad_grid[part_id], 0, 0x7fff);
2434 i4_tot_cost = CLIP_S16(i4_sad + i4_mv_cost);
2639 S32 i4_sad, i4_mv_cost, i4_tot_cost;
2766 i4_sad = CLIP3(pi4_sad_grid[part_id], 0, 0x7fff);
2767 i4_tot_cost = CLIP_S16(i4_sad + i4_mv_cost);
2963 S32 i4_count = 0, i4_sad, i4_mv_cost, i4_tot_cost;
3015 i4_sad = CLIP3(pi4_sad_grid[part_id], 0, 0x7fff);
3016 i4_tot_cost = CLIP_S16(i4_sad + i4_mv_cost);
3215 S32 i4_sad, i4_mv_cost, i4_tot_cost;
3342 i4_sad = CLIP3(pi4_sad_grid[part_id], 0, 0x7fff);
3343 i4_tot_cost = CLIP_S16(i4_sad + i4_mv_cost);
3499 S32 i4_count = 0, i4_sad, i4_mv_cost, i4_tot_cost;
3517 i4_sad = CLIP3(pi4_sad_grid[part_id], 0, 0x7fff);
3518 i4_tot_cost = CLIP_S16(i4_sad + i4_mv_cost);