Searched refs:vp8_ymode_tree (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | modecosts.c | 46 vp8_cost_tokens(rd_costs->mbmode_cost[1], x->fc.ymode_prob, vp8_ymode_tree); in vp8_init_mode_costs()
|
D | bitstream.c | 120 w, VP8_YMODES, vp8_ymode_encodings, vp8_ymode_tree, in update_mbintra_mode_probs() 137 vp8_write_token(bc, vp8_ymode_tree, p, vp8_ymode_encodings + m); in write_ymode()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | entropymode.h | 51 extern const vp8_tree_index vp8_ymode_tree[];
|
D | entropymode.c | 104 const vp8_tree_index vp8_ymode_tree[8] = variable
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | decodemv.c | 30 const int i = vp8_treed_read(bc, vp8_ymode_tree, p); in read_ymode()
|