/external/libvpx/libvpx/vp8/encoder/ |
D | encodemv.c | 29 const vp8_prob *p = mvc->prob; in encode_mvcomponent() 102 const vp8_prob *p = mvc->prob; in cost_mvcomponent() 187 static void calc_prob(vp8_prob *p, const unsigned int ct[2]) in calc_prob() 193 const vp8_prob x = ((ct[0] * 255) / tot) & -2; in calc_prob() 201 vp8_prob *const cur_p, in update() 202 const vp8_prob new_p, in update() 203 const vp8_prob update_p, in update() 233 vp8_prob *Pcur = cur_mvc->prob; in write_component_probs() 234 const vp8_prob *default_mvc = default_mvc_->prob; in write_component_probs() 235 const vp8_prob *Pupdate = update_mvc->prob; in write_component_probs() [all …]
|
D | treewriter.h | 49 static unsigned int vp8_cost_branch(const unsigned int ct[2], vp8_prob p) in vp8_cost_branch() 64 const vp8_prob *const p, in vp8_treed_write() 83 const vp8_prob *const p, in vp8_write_token() 92 const vp8_prob *const p, in vp8_treed_cost() 113 const vp8_prob *const p, in vp8_cost_token() 123 int *Costs, const vp8_prob *, vp8_tree 127 int *Costs, const vp8_prob *, vp8_tree, int
|
D | treewriter.c | 17 const vp8_prob *const P, in cost() 22 const vp8_prob p = P [i>>1]; in cost() 36 void vp8_cost_tokens(int *c, const vp8_prob *p, vp8_tree t) in vp8_cost_tokens() 40 void vp8_cost_tokens2(int *c, const vp8_prob *p, vp8_tree t,int start) in vp8_cost_tokens2()
|
D | bitstream.c | 68 vp8_prob Pnew [/* n-1 */], in update_mode() 69 vp8_prob Pcur [/* n-1 */], in update_mode() 98 const vp8_prob p = Pnew[j]; in update_mode() 115 vp8_prob Pnew [VP8_YMODES-1]; in update_mbintra_mode_probs() 124 vp8_prob Pnew [VP8_UV_MODES-1]; in update_mbintra_mode_probs() 134 static void write_ymode(vp8_writer *bc, int m, const vp8_prob *p) in write_ymode() 139 static void kfwrite_ymode(vp8_writer *bc, int m, const vp8_prob *p) in kfwrite_ymode() 144 static void write_uv_mode(vp8_writer *bc, int m, const vp8_prob *p) in write_uv_mode() 150 static void write_bmode(vp8_writer *bc, int m, const vp8_prob *p) in write_bmode() 427 vp8_writer *w, MB_PREDICTION_MODE m, const vp8_prob *p in write_mv_ref() [all …]
|
D | tokenize.h | 32 const vp8_prob *context_tree;
|
D | onyx_int.h | 85 vp8_prob ymode_prob[4], uv_mode_prob[3]; /* interframe intra mode probs */ 86 vp8_prob kf_ymode_prob[4], kf_uv_mode_prob[3]; /* keyframe "" */ 445 vp8_prob frame_coef_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
|
/external/libvpx/libvpx/vp8/common/ |
D | vp8_entropymodedata.h | 98 const vp8_prob vp8_ymode_prob[VP8_YMODES-1] = 103 const vp8_prob vp8_kf_ymode_prob[VP8_YMODES-1] = 108 const vp8_prob vp8_uv_mode_prob[VP8_UV_MODES-1] = 113 const vp8_prob vp8_kf_uv_mode_prob[VP8_UV_MODES-1] = 118 const vp8_prob vp8_bmode_prob[VP8_BINTRAMODES-1] = 125 const vp8_prob vp8_kf_bmode_prob
|
D | entropymode.h | 39 extern const vp8_prob vp8_mbsplit_probs [VP8_NUMMBSPLITS-1]; 43 extern const vp8_prob vp8_sub_mv_ref_prob2 [SUBMVREF_COUNT][VP8_SUBMVREFS-1]; 75 extern const vp8_prob vp8_kf_bmode_prob[VP8_BINTRAMODES][VP8_BINTRAMODES] 77 extern const vp8_prob vp8_kf_uv_mode_prob[VP8_UV_MODES-1]; 78 extern const vp8_prob vp8_kf_ymode_prob[VP8_YMODES-1]; 81 void vp8_default_bmode_probs(vp8_prob dest [VP8_BINTRAMODES-1]); 82 void vp8_kf_default_bmode_probs(vp8_prob dest [VP8_BINTRAMODES] [VP8_BINTRAMODES] [VP8_BINTRAMODES-…
|
D | entropy.c | 123 static const vp8_prob Pcat1[] = { 159}; 124 static const vp8_prob Pcat2[] = { 165, 145}; 125 static const vp8_prob Pcat3[] = { 173, 148, 140}; 126 static const vp8_prob Pcat4[] = { 176, 155, 140, 135}; 127 static const vp8_prob Pcat5[] = { 180, 157, 141, 134, 130}; 128 static const vp8_prob Pcat6[] =
|
D | treecoder.h | 22 typedef unsigned char vp8_prob; typedef 24 #define vp8_prob_half ( (vp8_prob) 128) 74 vp8_prob probs [ /* n-1 */ ], 87 vp8_prob probs [ /* n-1 */ ],
|
D | onyxc_int.h | 43 vp8_prob bmode_prob [VP8_BINTRAMODES-1]; 44 vp8_prob ymode_prob [VP8_YMODES-1]; /* interframe intra mode probs */ 45 vp8_prob uv_mode_prob [VP8_UV_MODES-1]; 46 vp8_prob sub_mv_ref_prob [VP8_SUBMVREFS-1]; 47 vp8_prob coef_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
|
D | entropymode.c | 40 static const vp8_prob sub_mv_ref_prob [VP8_SUBMVREFS-1] = { 180, 162, 25}; 42 const vp8_prob vp8_sub_mv_ref_prob2 [SUBMVREF_COUNT][VP8_SUBMVREFS-1] = 83 const vp8_prob vp8_mbsplit_probs [VP8_NUMMBSPLITS-1] = { 110, 111, 150}; 167 void vp8_default_bmode_probs(vp8_prob p [VP8_BINTRAMODES-1]) in vp8_default_bmode_probs()
|
D | entropy.h | 47 const vp8_prob *prob; 93 extern const vp8_prob vp8_coef_update_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROP…
|
D | context.c | 228 const vp8_prob tree_update_probs[vp8_coef_tree_dimen] =
|
D | coefupdateprobs.h | 21 const vp8_prob vp8_coef_update_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES…
|
D | default_coef_probs.h | 21 static const vp8_prob default_coef_probs [BLOCK_TYPES]
|
D | findnearmv.h | 97 vp8_prob *vp8_mv_ref_probs( 98 vp8_prob p[VP8_MVREFS-1], const int near_mv_ref_ct[4]
|
D | entropymv.h | 43 vp8_prob prob[MVPcount]; /* often come in row, col pairs */
|
D | findnearmv.c | 182 vp8_prob *vp8_mv_ref_probs( in vp8_mv_ref_probs() 183 vp8_prob p[VP8_MVREFS-1], const int near_mv_ref_ct[4] in vp8_mv_ref_probs()
|
D | treecoder.c | 113 vp8_prob probs [ /* n-1 */ ], in vp8_tree_probs_from_distribution()
|
D | blockd.h | 260 …vp8_prob mb_segment_tree_probs[MB_FEATURE_TREE_PROBS]; /* Probability Tree used to code Se…
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodemv.c | 21 static B_PREDICTION_MODE read_bmode(vp8_reader *bc, const vp8_prob *p) in read_bmode() 28 static MB_PREDICTION_MODE read_ymode(vp8_reader *bc, const vp8_prob *p) in read_ymode() 35 static MB_PREDICTION_MODE read_kf_ymode(vp8_reader *bc, const vp8_prob *p) in read_kf_ymode() 42 static MB_PREDICTION_MODE read_uv_mode(vp8_reader *bc, const vp8_prob *p) in read_uv_mode() 78 const vp8_prob *const p = (const vp8_prob *) mvc; in read_mvcomponent() 124 const vp8_prob *up = vp8_mv_update_probs[i].prob; in read_mvcontexts() 125 vp8_prob *p = (vp8_prob *)(mvc + i); in read_mvcontexts() 126 vp8_prob *const pstop = p + MVPcount; in read_mvcontexts() 132 const vp8_prob x = (vp8_prob)vp8_read_literal(bc, 7); in read_mvcontexts() 167 pbi->prob_skip_false = (vp8_prob)vp8_read_literal(bc, 8); in mb_mode_mv_init() [all …]
|
D | onyxd_int.h | 113 vp8_prob prob_intra; 114 vp8_prob prob_last; 115 vp8_prob prob_gf; 116 vp8_prob prob_skip_false;
|
D | treereader.h | 34 const vp8_prob *const p in vp8_treed_read()
|
D | decodeframe.c | 1138 xd->mb_segment_tree_probs[i] = (vp8_prob)vp8_read_literal(bc, 8); in vp8_decode_frame() 1315 vp8_prob *const p = pc->fc.coef_probs [i][j][k] + l; in vp8_decode_frame() 1319 *p = (vp8_prob)vp8_read_literal(bc, 8); in vp8_decode_frame()
|