Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
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)];
Dvp9_entropymode.c212 [INTER_MODES - 1] = {
235 const vp9_tree_index vp9_inter_mode_tree[TREE_SIZE(INTER_MODES)] = {
Dvp9_blockd.h88 #define INTER_MODES (1 + NEWMV - NEARESTMV) macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_block.h134 unsigned inter_mode_cost[INTER_MODE_CONTEXTS][INTER_MODES];
Dvp9_bitstream.c41 static struct vp9_token inter_mode_encodings[INTER_MODES];
1133 cm->counts.inter_mode[i], INTER_MODES, &header_bc);
Dvp9_rdopt.c1635 SEG_RDSTAT rdstat[4][INTER_MODES];
2042 for (midx = 0; midx < INTER_MODES; ++midx) in rd_check_segment_txsize()
2065 for (midx = 0; midx < INTER_MODES; ++midx) in rd_check_segment_txsize()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c114 for (j = 0; j < INTER_MODES - 1; ++j) in read_inter_mode_probs()