Home | History | Annotate | Download | only in common

Lines Matching refs:pi2_src

413 void ih264_hadamard_quant_4x4(WORD16 *pi2_src,
430 x4 = pi2_src[0];
431 x5 = pi2_src[1];
432 x6 = pi2_src[2];
433 x7 = pi2_src[3];
445 pi2_src += 4;
542 void ih264_hadamard_quant_2x2_uv(WORD16 *pi2_src,
559 x4 = pi2_src[0];
560 x5 = pi2_src[1];
561 x6 = pi2_src[2];
562 x7 = pi2_src[3];
595 pi2_src += 4;