Searched refs:counts (Results 1 - 21 of 21) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_prob.c36 const unsigned int *counts,
42 ? counts[-l]
43 : tree_merge_probs_impl(l, tree, pre_probs, counts,
47 ? counts[-r]
48 : tree_merge_probs_impl(r, tree, pre_probs, counts,
57 const unsigned int *counts, unsigned int count_sat,
59 tree_merge_probs_impl(0, tree, pre_probs, counts, count_sat,
33 tree_merge_probs_impl(unsigned int i, const vp9_tree_index *tree, const vp9_prob *pre_probs, const unsigned int *counts, unsigned int count_sat, unsigned int max_update, vp9_prob *probs) argument
56 vp9_tree_merge_probs(const vp9_tree_index *tree, const vp9_prob *pre_probs, const unsigned int *counts, unsigned int count_sat, unsigned int max_update_factor, vp9_prob *probs) argument
H A Dvp9_entropymode.c345 const vp9_prob *pre_probs, const unsigned int *counts,
347 vp9_tree_merge_probs(tree, pre_probs, counts, COUNT_SAT, MAX_UPDATE_FACTOR,
355 const FRAME_COUNTS *counts = &cm->counts; local
359 counts->intra_inter[i]);
362 counts->comp_inter[i]);
365 counts->comp_ref[i]);
369 counts->single_ref[i][j]);
373 counts->inter_mode[i], fc->inter_mode_probs[i]);
377 counts
344 adapt_probs(const vp9_tree_index *tree, const vp9_prob *pre_probs, const unsigned int *counts, vp9_prob *probs) argument
[all...]
H A Dvp9_entropymv.c171 void vp9_inc_mv(const MV *mv, nmv_context_counts *counts) { argument
172 if (counts != NULL) {
174 ++counts->joints[j];
177 inc_mv_component(mv->row, &counts->comps[0], 1, 1);
181 inc_mv_component(mv->col, &counts->comps[1], 1, 1);
191 const unsigned int *counts, vp9_prob *probs) {
192 vp9_tree_merge_probs(tree, pre_probs, counts, MV_COUNT_SAT,
201 const nmv_context_counts *counts = &cm->counts.mv; local
203 adapt_probs(vp9_mv_joint_tree, pre_fc->joints, counts
190 adapt_probs(const vp9_tree_index *tree, const vp9_prob *pre_probs, const unsigned int *counts, vp9_prob *probs) argument
[all...]
H A Dvp9_entropy.c742 vp9_coeff_count_model *counts = cm->counts.coef[tx_size]; local
744 cm->counts.eob_branch[tx_size];
751 const int n0 = counts[i][j][k][l][ZERO_TOKEN];
752 const int n1 = counts[i][j][k][l][ONE_TOKEN];
753 const int n2 = counts[i][j][k][l][TWO_TOKEN];
754 const int neob = counts[i][j][k][l][EOB_MODEL_TOKEN];
H A Dvp9_prob.h83 const unsigned int *counts, unsigned int count_sat,
H A Dvp9_onyxc_int.h179 FRAME_COUNTS counts; member in struct:VP9Common
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Drate_hist.h31 void show_q_histogram(const int counts[64], int max_buckets);
H A Drate_hist.c247 void show_q_histogram(const int counts[64], int max_buckets) { argument
255 if (counts[i]) {
257 bucket[buckets].count = counts[i];
259 total += counts[i];
H A Dvpxenc.c627 int counts[64]; member in struct:stream_state
1309 stream->counts[q]++;
1785 FOREACH_STREAM(show_q_histogram(stream->counts,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodemv.c151 const unsigned int counts[/*n - 1*/],
159 vp9_tree_probs_from_distribution(tree, branch_ct, counts);
167 nmv_context_counts *const counts = &cm->counts.mv; local
169 write_mv_update(vp9_mv_joint_tree, mvc->joints, counts->joints, MV_JOINTS, w);
173 nmv_component_counts *comp_counts = &counts->comps[i];
187 counts->comps[i].class0_fp[j], MV_FP_SIZE, w);
189 write_mv_update(vp9_mv_fp_tree, mvc->comps[i].fp, counts->comps[i].fp,
195 update_mv(w, counts->comps[i].class0_hp, &mvc->comps[i].class0_hp,
197 update_mv(w, counts
232 inc_mvs(const MB_MODE_INFO *mbmi, const int_mv mvs[2], nmv_context_counts *counts) argument
[all...]
H A Dvp9_tokenize.c182 unsigned int *counts) {
188 ++counts[token];
195 unsigned int *counts) {
200 ++counts[token];
229 unsigned int (*const counts)[COEFF_CONTEXTS][ENTROPY_TOKENS] =
234 cpi->common.counts.eob_branch[tx_size][type][ref];
255 counts[band[c]][pt]);
269 counts[band[c]][pt]);
279 counts[band[c]][pt]);
320 cm->counts
179 add_token(TOKENEXTRA **t, const vp9_prob *context_tree, int16_t extra, uint8_t token, uint8_t skip_eob_node, unsigned int *counts) argument
191 add_token_no_extra(TOKENEXTRA **t, const vp9_prob *context_tree, uint8_t token, uint8_t skip_eob_node, unsigned int *counts) argument
[all...]
H A Dvp9_bitstream.c69 const unsigned int counts[/*n - 1*/],
77 vp9_tree_probs_from_distribution(tree, branch_ct, counts);
113 vp9_cond_prob_diff_update(w, &cm->fc.skip_probs[k], cm->counts.skip[k]);
121 cm->counts.switchable_interp[j], SWITCHABLE_FILTERS, w);
291 ++cm->counts.inter_mode[mode_ctx][INTER_OFFSET(mode)];
313 ++cm->counts.inter_mode[mode_ctx][INTER_OFFSET(b_mode)];
492 cpi->common.counts.eob_branch[tx_size];
820 tx_counts_to_branch_counts_8x8(cm->counts.tx.p8x8[i], ct_8x8p);
826 tx_counts_to_branch_counts_16x16(cm->counts.tx.p16x16[i], ct_16x16p);
833 tx_counts_to_branch_counts_32x32(cm->counts
[all...]
H A Dvp9_encodeframe.c955 ++cm->counts.switchable_interp[ctx][mbmi->interp_filter];
1112 FRAME_COUNTS *const counts = &cm->counts; local
1115 counts->intra_inter[vp9_get_intra_inter_context(xd)][inter_block]++;
1119 // the reference frame counts used to work out probabilities.
1124 counts->comp_inter[vp9_get_reference_mode_context(cm, xd)]
1128 counts->comp_ref[vp9_get_pred_context_comp_ref_p(cm, xd)]
1131 counts->single_ref[vp9_get_pred_context_single_ref_p1(xd)][0]
1134 counts->single_ref[vp9_get_pred_context_single_ref_p2(xd)][1]
1273 cm->counts
3352 sum_intra_stats(FRAME_COUNTS *counts, const MODE_INFO *mi) argument
[all...]
H A Dvp9_onyx_if.c1500 vp9_zero(cpi->common.counts.uv_mode);
2756 full_to_model_counts(cm->counts.coef[t], cpi->coef_counts[t]);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c400 ++cm->counts.partition[ctx][p];
1224 assert(!memcmp(cm->counts.y_mode, zero_counts.y_mode,
1225 sizeof(cm->counts.y_mode)));
1226 assert(!memcmp(cm->counts.uv_mode, zero_counts.uv_mode,
1227 sizeof(cm->counts.uv_mode)));
1228 assert(!memcmp(cm->counts.partition, zero_counts.partition,
1229 sizeof(cm->counts.partition)));
1230 assert(!memcmp(cm->counts.coef, zero_counts.coef,
1231 sizeof(cm->counts.coef)));
1232 assert(!memcmp(cm->counts
[all...]
H A Dvp9_decodemv.c35 ++cm->counts.y_mode[size_group][y_mode];
44 ++cm->counts.uv_mode[y_mode][uv_mode];
53 ++cm->counts.inter_mode[ctx][mode];
74 ++get_tx_counts(max_tx_size, ctx, &cm->counts.tx)[tx_size];
156 ++cm->counts.skip[ctx][skip];
239 nmv_context_counts *counts, int allow_hp) {
251 vp9_inc_mv(&diff, counts);
265 ++cm->counts.comp_inter[ctx][mode];
277 FRAME_COUNTS *const counts = &cm->counts; local
237 read_mv(vp9_reader *r, MV *mv, const MV *ref, const nmv_context *ctx, nmv_context_counts *counts, int allow_hp) argument
[all...]
H A Dvp9_detokenize.c88 FRAME_COUNTS *const counts = &cm->counts; local
95 counts->coef[tx_size][type][ref];
97 counts->eob_branch[tx_size][type][ref];
/hardware/intel/img/libdrm/libdrm/
H A Dxf86drmMode.c361 struct drm_mode_get_connector conn, counts; local
371 counts = conn;
401 if (counts.count_props < conn.count_props ||
402 counts.count_modes < conn.count_modes ||
403 counts.count_encoders < conn.count_encoders) {
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c951 struct counts { struct
966 static void gather_layer_statistics(omap4_hwc_device_t *hwc_dev, struct counts *num, hwc_display_contents_1_t *list)
1002 static void decide_supported_cloning(omap4_hwc_device_t *hwc_dev, struct counts *num)
1058 static int can_dss_render_all(omap4_hwc_device_t *hwc_dev, struct counts *num)
1227 struct counts num = { .composited_layers = list ? list->numHwLayers : 0 };
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c141 struct counts { struct
207 struct counts stats;
1212 static void gather_layer_statistics(omap4_hwc_device_t *hwc_dev, struct counts *num, hwc_display_contents_1_t *list)
1252 static void decide_supported_cloning(omap4_hwc_device_t *hwc_dev, struct counts *num)
1317 static int can_dss_render_all(omap4_hwc_device_t *hwc_dev, struct counts *num)
1669 struct counts num = { .composited_layers = list ? list->numHwLayers : 0 };
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc4246 const std::string counts = local
4249 printf("%s from %s", counts.c_str(), test_case.name());
4299 const std::string counts = local
4303 counts.c_str(), test_case.name(),

Completed in 2845 milliseconds