Home | History | Annotate | Download | only in common

Lines Matching refs:ref_main_idx

1237     WORD32 idx, ref_main_idx;
1255 ref_main_idx = two_nt - row - idx - 1;
1257 * pu1_ref[ref_main_idx]
1258 + fract * pu1_ref[ref_main_idx - 1] + 16) >> 5);
1318 WORD32 idx, ref_main_idx, ref_idx;
1361 ref_main_idx = row + idx + 1;
1363 * ref_main[ref_main_idx]
1364 + fract * ref_main[ref_main_idx + 1] + 16) >> 5);
1423 WORD32 ref_main_idx, ref_idx;
1459 ref_main_idx = col + idx + 1;
1461 * ref_main[ref_main_idx]
1462 + fract * ref_main[ref_main_idx + 1] + 16) >> 5);
1520 WORD32 idx, ref_main_idx;
1534 ref_main_idx = two_nt + col + idx + 1;
1536 * pu1_ref[ref_main_idx]
1537 + fract * pu1_ref[ref_main_idx + 1] + 16) >> 5);