Home | History | Annotate | Download | only in encoder

Lines Matching refs:pi2_mv_ptr

1397         WORD16 *pi2_mv_ptr = (WORD16 *)pu1_byte;
1409 PUT_BITS_SEV(ps_bitstream, *pi2_mv_ptr++, error_status, "mv x");
1410 PUT_BITS_SEV(ps_bitstream, *pi2_mv_ptr++, error_status, "mv y");
1413 pu1_byte = (UWORD8 *)pi2_mv_ptr;