/external/libvpx/libvpx/vp8/encoder/ |
D | encodemv.c | 21 const vp8_prob *p = mvc->prob; in encode_mvcomponent() 87 const vp8_prob *p = mvc->prob; in cost_mvcomponent() 159 static void calc_prob(vp8_prob *p, const unsigned int ct[2]) { in calc_prob() 163 const vp8_prob x = ((ct[0] * 255) / tot) & -2; in calc_prob() 169 vp8_prob *const cur_p, const vp8_prob new_p, in update() 170 const vp8_prob update_p, int *updated) { in update() 193 vp8_prob *Pcur = cur_mvc->prob; in write_component_probs() 194 const vp8_prob *default_mvc = default_mvc_->prob; in write_component_probs() 195 const vp8_prob *Pupdate = update_mvc->prob; in write_component_probs() 203 vp8_prob Pnew[MVPcount]; in write_component_probs() [all …]
|
D | treewriter.h | 48 vp8_prob p) { in vp8_cost_branch() 58 const vp8_prob *const p, int v, in vp8_treed_write() 69 const vp8_prob *const p, in vp8_write_token() 74 static int vp8_treed_cost(vp8_tree t, const vp8_prob *const p, int v, in vp8_treed_cost() 87 static INLINE int vp8_cost_token(vp8_tree t, const vp8_prob *const p, in vp8_cost_token() 94 void vp8_cost_tokens(int *c, const vp8_prob *, vp8_tree); 96 void vp8_cost_tokens2(int *c, const vp8_prob *, vp8_tree, int);
|
D | treewriter.c | 13 static void cost(int *const C, vp8_tree T, const vp8_prob *const P, int i, in cost() 15 const vp8_prob p = P[i >> 1]; in cost() 28 void vp8_cost_tokens(int *c, const vp8_prob *p, vp8_tree t) { in vp8_cost_tokens() 31 void vp8_cost_tokens2(int *c, const vp8_prob *p, vp8_tree t, int start) { in vp8_cost_tokens2()
|
D | bitstream.c | 49 vp8_tree tree, vp8_prob Pnew[/* n-1 */], in update_mode() 50 vp8_prob Pcur[/* n-1 */], in update_mode() 70 const vp8_prob p = Pnew[j]; in update_mode() 84 vp8_prob Pnew[VP8_YMODES - 1]; in update_mbintra_mode_probs() 91 vp8_prob Pnew[VP8_UV_MODES - 1]; in update_mbintra_mode_probs() 99 static void write_ymode(vp8_writer *bc, int m, const vp8_prob *p) { in write_ymode() 103 static void kfwrite_ymode(vp8_writer *bc, int m, const vp8_prob *p) { in kfwrite_ymode() 107 static void write_uv_mode(vp8_writer *bc, int m, const vp8_prob *p) { in write_uv_mode() 111 static void write_bmode(vp8_writer *bc, int m, const vp8_prob *p) { in write_bmode() 334 const vp8_prob *p) { in write_mv_ref() [all …]
|
D | tokenize.h | 29 const vp8_prob *context_tree;
|
D | onyx_int.h | 80 vp8_prob ymode_prob[4], uv_mode_prob[3]; /* interframe intra mode probs */ 81 vp8_prob kf_ymode_prob[4], kf_uv_mode_prob[3]; /* keyframe "" */ 424 vp8_prob frame_coef_probs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
|
/external/libvpx/libvpx/vp8/common/ |
D | entropymode.h | 37 extern const vp8_prob vp8_mbsplit_probs[VP8_NUMMBSPLITS - 1]; 41 extern const vp8_prob vp8_sub_mv_ref_prob2[SUBMVREF_COUNT][VP8_SUBMVREFS - 1]; 74 extern const vp8_prob vp8_kf_bmode_prob[VP8_BINTRAMODES][VP8_BINTRAMODES] 76 extern const vp8_prob vp8_kf_uv_mode_prob[VP8_UV_MODES - 1]; 77 extern const vp8_prob vp8_kf_ymode_prob[VP8_YMODES - 1]; 80 void vp8_default_bmode_probs(vp8_prob dest[VP8_BINTRAMODES - 1]); 82 vp8_prob dest[VP8_BINTRAMODES][VP8_BINTRAMODES][VP8_BINTRAMODES - 1]);
|
D | vp8_entropymodedata.h | 53 const vp8_prob vp8_ymode_prob[VP8_YMODES - 1] = { 112, 86, 140, 37 }; 55 const vp8_prob vp8_kf_ymode_prob[VP8_YMODES - 1] = { 145, 156, 163, 128 }; 57 const vp8_prob vp8_uv_mode_prob[VP8_UV_MODES - 1] = { 162, 101, 204 }; 59 const vp8_prob vp8_kf_uv_mode_prob[VP8_UV_MODES - 1] = { 142, 114, 183 }; 61 const vp8_prob vp8_bmode_prob[VP8_BINTRAMODES - 1] = { 120, 90, 79, 133, 87, 64 const vp8_prob
|
D | entropy.c | 96 static const vp8_prob Pcat1[] = { 159 }; 97 static const vp8_prob Pcat2[] = { 165, 145 }; 98 static const vp8_prob Pcat3[] = { 173, 148, 140 }; 99 static const vp8_prob Pcat4[] = { 176, 155, 140, 135 }; 100 static const vp8_prob Pcat5[] = { 180, 157, 141, 134, 130 }; 101 static const vp8_prob Pcat6[] = { 254, 254, 243, 230, 196, 177,
|
D | onyxc_int.h | 41 vp8_prob bmode_prob[VP8_BINTRAMODES - 1]; 42 vp8_prob ymode_prob[VP8_YMODES - 1]; /* interframe intra mode probs */ 43 vp8_prob uv_mode_prob[VP8_UV_MODES - 1]; 44 vp8_prob sub_mv_ref_prob[VP8_SUBMVREFS - 1]; 45 vp8_prob coef_probs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
|
D | treecoder.h | 20 typedef unsigned char vp8_prob; typedef 22 #define vp8_prob_half ((vp8_prob)128) 64 vp8_prob probs[/* n-1 */], 73 vp8_prob probs[/* n-1 */],
|
D | entropymode.c | 35 static const vp8_prob sub_mv_ref_prob[VP8_SUBMVREFS - 1] = { 180, 162, 25 }; 37 const vp8_prob vp8_sub_mv_ref_prob2[SUBMVREF_COUNT][VP8_SUBMVREFS - 1] = { 54 const vp8_prob vp8_mbsplit_probs[VP8_NUMMBSPLITS - 1] = { 110, 111, 150 }; 102 void vp8_default_bmode_probs(vp8_prob dest[VP8_BINTRAMODES - 1]) { in vp8_default_bmode_probs()
|
D | entropy.h | 45 const vp8_prob *prob; 92 extern const vp8_prob vp8_coef_update_probs[BLOCK_TYPES][COEF_BANDS]
|
D | findnearmv.h | 81 vp8_prob *vp8_mv_ref_probs(vp8_prob p[VP8_MVREFS - 1],
|
D | context.c | 227 const vp8_prob tree_update_probs[vp8_coef_tree_dimen] =
|
D | coefupdateprobs.h | 21 const vp8_prob vp8_coef_update_probs
|
D | default_coef_probs.h | 20 static const vp8_prob default_coef_probs
|
D | findnearmv.c | 150 vp8_prob *vp8_mv_ref_probs(vp8_prob p[VP8_MVREFS - 1], in vp8_mv_ref_probs()
|
D | entropymv.h | 40 vp8_prob prob[MVPcount]; /* often come in row, col pairs */
|
D | treecoder.c | 80 vp8_prob probs[/* n-1 */], in vp8_tree_probs_from_distribution()
|
D | blockd.h | 261 vp8_prob mb_segment_tree_probs[MB_FEATURE_TREE_PROBS];
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodemv.c | 18 static B_PREDICTION_MODE read_bmode(vp8_reader *bc, const vp8_prob *p) { in read_bmode() 24 static MB_PREDICTION_MODE read_ymode(vp8_reader *bc, const vp8_prob *p) { in read_ymode() 30 static MB_PREDICTION_MODE read_kf_ymode(vp8_reader *bc, const vp8_prob *p) { in read_kf_ymode() 36 static MB_PREDICTION_MODE read_uv_mode(vp8_reader *bc, const vp8_prob *p) { in read_uv_mode() 65 const vp8_prob *const p = (const vp8_prob *)mvc; in read_mvcomponent() 100 const vp8_prob *up = vp8_mv_update_probs[i].prob; in read_mvcontexts() 101 vp8_prob *p = (vp8_prob *)(mvc + i); in read_mvcontexts() 102 vp8_prob *const pstop = p + MVPcount; in read_mvcontexts() 106 const vp8_prob x = (vp8_prob)vp8_read_literal(bc, 7); in read_mvcontexts() 137 pbi->prob_skip_false = (vp8_prob)vp8_read_literal(bc, 8); in mb_mode_mv_init() [all …]
|
D | onyxd_int.h | 103 vp8_prob prob_intra; 104 vp8_prob prob_last; 105 vp8_prob prob_gf; 106 vp8_prob prob_skip_false;
|
D | treereader.h | 32 vp8_tree t, const vp8_prob *const p) { in vp8_treed_read()
|
D | decodeframe.c | 1030 xd->mb_segment_tree_probs[i] = (vp8_prob)vp8_read_literal(bc, 8); in vp8_decode_frame() 1188 vp8_prob *const p = pc->fc.coef_probs[i][j][k] + l; in vp8_decode_frame() 1191 *p = (vp8_prob)vp8_read_literal(bc, 8); in vp8_decode_frame()
|