Home
last modified time | relevance | path

Searched refs:ps_mb_hdr_b16x16 (Results 1 – 2 of 2) sorted by relevance

/external/libavc/encoder/
Dih264e_cavlc.c1736 mb_hdr_b16x16_t *ps_mb_hdr_b16x16 = (mb_hdr_b16x16_t *)ps_ent_ctxt->pv_mb_header_data; in ih264e_write_bslice_mb_cavlc() local
1758 PUT_BITS_SEV(ps_bitstream, ps_mb_hdr_b16x16->ai2_mv[0][0], error_status, "mv l0 x"); in ih264e_write_bslice_mb_cavlc()
1759 PUT_BITS_SEV(ps_bitstream, ps_mb_hdr_b16x16->ai2_mv[0][1], error_status, "mv l0 y"); in ih264e_write_bslice_mb_cavlc()
1763 PUT_BITS_SEV(ps_bitstream, ps_mb_hdr_b16x16->ai2_mv[1][0], error_status, "mv l1 x"); in ih264e_write_bslice_mb_cavlc()
1764 PUT_BITS_SEV(ps_bitstream, ps_mb_hdr_b16x16->ai2_mv[1][1], error_status, "mv l1 y"); in ih264e_write_bslice_mb_cavlc()
Dih264e_cabac_encode.c2305 mb_hdr_b16x16_t *ps_mb_hdr_b16x16 = (mb_hdr_b16x16_t *)ps_ent_ctxt->pv_mb_header_data; in ih264e_write_bslice_mb_cabac() local
2346 WORD16 *pi2_mv_ptr = (WORD16 *) ps_mb_hdr_b16x16->ai2_mv; in ih264e_write_bslice_mb_cabac()