Maven module :un.storage : codec-vp8 :
Class : un.storage.media.vp8.VP8Constants
Extends/Implements : -
Subclasses : -

author  Johann Sorel


Variables : MB_SEGMENT_TREE, KF_YMODE_TREE, KF_YMODE_PROB, BMODE_TREE, UV_MODE_TREE, KF_UV_MODE_PROB, KF_BMODE_PROB, COEFF_TREE, Pcat1, Pcat2, Pcat3, Pcat4, Pcat5, Pcat6, COEFF_BANDS, COEFF_UPDATE_PROBS, DEFAULT_COEFF_PROBS, DC_QLOOKUP, AC_QLOOKUP, YMODE_TREE, YMODE_PROB, UV_MODE_PROB, BMODE_PROB, MV_REF_TREE, VP8_MODE_CONTEXTS, MVPARTITION_TREE, MVPARTITION_PROBS, sub_mv_ref_tree, SUB_MV_REF_PROB, SMALL_MVTREE, VP8_MV_UPDATE_PROBS, DEFAULT_MV_CONTEXT, BILINEAR_FILTERS, FILTERS
Functions : -



http://tools.ietf.org/html/rfc6386#section-10
public int[] MB_SEGMENT_TREE


enum intra_mbmode */
public int[] KF_YMODE_TREE

public int[] KF_YMODE_PROB


/* Coding tree for the above, with implied codings as comments */
public int[] BMODE_TREE

public int[] UV_MODE_TREE

public int[] KF_UV_MODE_PROB


http://tools.ietf.org/html/rfc6386#section-11.5
public int[][][] KF_BMODE_PROB


http://tools.ietf.org/html/rfc6386#section-13.2
public int[] COEFF_TREE

public int[] Pcat1

public int[] Pcat2

public int[] Pcat3

public int[] Pcat4

public int[] Pcat5

public int[] Pcat6


http://tools.ietf.org/html/rfc6386#section-13.3
public int[] COEFF_BANDS


http://tools.ietf.org/html/rfc6386#section-13.4
public int[][][][] COEFF_UPDATE_PROBS

public int[][][][] DEFAULT_COEFF_PROBS


http://tools.ietf.org/html/rfc6386#section-14.1
public int[] DC_QLOOKUP


http://tools.ietf.org/html/rfc6386#section-14.1
public int[] AC_QLOOKUP


http://tools.ietf.org/html/rfc6386#section-16.1
public int[] YMODE_TREE

public int[] YMODE_PROB

public int[] UV_MODE_PROB

public int[] BMODE_PROB


http://tools.ietf.org/html/rfc6386#section-16.2
public int[] MV_REF_TREE


http://tools.ietf.org/html/rfc6386#section-16.3
public int[][] VP8_MODE_CONTEXTS


http://tools.ietf.org/html/rfc6386#section-16.4
public int[] MVPARTITION_TREE

public int[] MVPARTITION_PROBS

public int[] sub_mv_ref_tree

public int[][] SUB_MV_REF_PROB


http://tools.ietf.org/html/rfc6386#section-17.1
public int[] SMALL_MVTREE


http://tools.ietf.org/html/rfc6386#section-17.2
public int[][] VP8_MV_UPDATE_PROBS


http://tools.ietf.org/html/rfc6386#section-17.2
public int[][] DEFAULT_MV_CONTEXT


http://tools.ietf.org/html/rfc6386#section-18.3
public int[][] BILINEAR_FILTERS


http://tools.ietf.org/html/rfc6386#section-18.3
public int[][] FILTERS