HomeSort by relevance Sort by last modified time
    Searched refs:mv_ref_p (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 615 vp8_prob mv_ref_p [VP8_MVREFS-1]; local
634 vp8_mv_ref_probs(mv_ref_p, ct);
646 write_mv_ref(w, mode, mv_ref_p);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 438 vp9_prob *mv_ref_p; local
440 mv_ref_p = cpi->common.fc.inter_mode_probs[mi->mode_context[rf]];
449 write_sb_mv_ref(bc, mode, mv_ref_p);
472 write_sb_mv_ref(bc, blockmode, mv_ref_p);
    [all...]

Completed in 48 milliseconds