Home
last modified time | relevance | path

Searched refs:VP8_MVREFS (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dvp8_entropymodedata.h41 const struct vp8_token_struct vp8_mv_ref_encoding_array[VP8_MVREFS] = {
Dentropymode.h65 extern const struct vp8_token_struct vp8_mv_ref_encoding_array[VP8_MVREFS];
Dblockd.h96 #define VP8_MVREFS (1 + SPLITMV - NEARESTMV) macro
Dfindnearmv.h81 vp8_prob *vp8_mv_ref_probs(vp8_prob p[VP8_MVREFS - 1],
Dfindnearmv.c150 vp8_prob *vp8_mv_ref_probs(vp8_prob p[VP8_MVREFS - 1], in vp8_mv_ref_probs()
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c487 vp8_prob mv_ref_p[VP8_MVREFS - 1]; in pack_inter_mode_mvs()
Drdopt.c798 vp8_prob p[VP8_MVREFS - 1]; in vp8_cost_mv_ref()