Home | History | Annotate | Download | only in src

Lines Matching refs:comp_ref_x0

1361     uint8 *comp_ref_x0, *comp_ref_x1, *comp_ref_y0, *comp_ref_y1;
1369 comp_ref_x0 = comp_ref_x + 8;
1376 H += i * (*comp_ref_x0++ - *comp_ref_x1--);
1382 H += i * (*comp_ref_x0++ - video->intra_pred_topleft);
1686 uint8 *comp_ref_x, *comp_ref_y, *comp_ref_x0, *comp_ref_x1, *comp_ref_y0, *comp_ref_y1;
1703 comp_ref_x0 = comp_ref_x + 4;
1709 H += i * (*comp_ref_x0++ - *comp_ref_x1--);
1714 H += i * (*comp_ref_x0++ - topleft);