Searched refs:INTER_MODES (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_entropymode.h47 vp9_prob inter_mode_probs[INTER_MODE_CONTEXTS][INTER_MODES - 1];
66 unsigned int inter_mode[INTER_MODE_CONTEXTS][INTER_MODES];
82 extern const vp9_tree_index vp9_inter_mode_tree[TREE_SIZE(INTER_MODES)];
H A Dvp9_entropymode.c212 [INTER_MODES - 1] = {
235 const vp9_tree_index vp9_inter_mode_tree[TREE_SIZE(INTER_MODES)] = {
H A Dvp9_blockd.h88 #define INTER_MODES (1 + NEWMV - NEARESTMV) macro
/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropymode.h47 vp9_prob inter_mode_probs[INTER_MODE_CONTEXTS][INTER_MODES - 1];
66 unsigned int inter_mode[INTER_MODE_CONTEXTS][INTER_MODES];
82 extern const vp9_tree_index vp9_inter_mode_tree[TREE_SIZE(INTER_MODES)];
H A Dvp9_entropymode.c212 [INTER_MODES - 1] = {
235 const vp9_tree_index vp9_inter_mode_tree[TREE_SIZE(INTER_MODES)] = {
H A Dvp9_blockd.h88 #define INTER_MODES (1 + NEWMV - NEARESTMV) macro
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_block.h134 unsigned inter_mode_cost[INTER_MODE_CONTEXTS][INTER_MODES];
H A Dvp9_bitstream.c41 static struct vp9_token inter_mode_encodings[INTER_MODES];
1140 cm->counts.inter_mode[i], INTER_MODES, &header_bc);
H A Dvp9_rdopt.c1635 SEG_RDSTAT rdstat[4][INTER_MODES];
2042 for (midx = 0; midx < INTER_MODES; ++midx)
2065 for (midx = 0; midx < INTER_MODES; ++midx)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h500 unsigned inter_mode_cost[INTER_MODE_CONTEXTS][INTER_MODES];
H A Dvp9_bitstream.c41 static struct vp9_token inter_mode_encodings[INTER_MODES];
1143 cm->counts.inter_mode[i], INTER_MODES, &header_bc);
H A Dvp9_rdopt.c1631 SEG_RDSTAT rdstat[4][INTER_MODES];
2018 for (midx = 0; midx < INTER_MODES; ++midx)
2041 for (midx = 0; midx < INTER_MODES; ++midx)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c114 for (j = 0; j < INTER_MODES - 1; ++j)
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c112 for (j = 0; j < INTER_MODES - 1; ++j)

Completed in 925 milliseconds