Searched defs:counts (Results 1 – 14 of 14) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_prob.c | 36 const unsigned int *counts, in tree_merge_probs_impl() 57 const unsigned int *counts, unsigned int count_sat, in vp9_tree_merge_probs()
|
D | vp9_entropymv.c | 171 void vp9_inc_mv(const MV *mv, nmv_context_counts *counts) { in vp9_inc_mv() 191 const unsigned int *counts, vp9_prob *probs) { in adapt_probs() 201 const nmv_context_counts *counts = &cm->counts.mv; in vp9_adapt_mv_probs() local
|
D | vp9_entropymode.c | 345 const vp9_prob *pre_probs, const unsigned int *counts, in adapt_probs() 355 const FRAME_COUNTS *counts = &cm->counts; in vp9_adapt_mode_probs() local
|
D | vp9_entropy.c | 742 vp9_coeff_count_model *counts = cm->counts.coef[tx_size]; in adapt_coef_probs() local
|
D | vp9_onyxc_int.h | 179 FRAME_COUNTS counts; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodemv.c | 149 static void write_mv_update(const vp9_tree_index *tree, in write_mv_update() 167 nmv_context_counts *const counts = &cm->counts.mv; in vp9_write_nmv_probs() local 233 nmv_context_counts *counts) { in inc_mvs()
|
D | vp9_tokenize.c | 182 unsigned int *counts) { in add_token() 195 unsigned int *counts) { in add_token_no_extra() 229 unsigned int (*const counts)[COEFF_CONTEXTS][ENTROPY_TOKENS] = in tokenize_b() local
|
D | vp9_bitstream.c | 67 static void prob_diff_update(const vp9_tree_index *tree, in prob_diff_update()
|
D | vp9_encodeframe.c | 1112 FRAME_COUNTS *const counts = &cm->counts; in update_stats() local 3352 static void sum_intra_stats(FRAME_COUNTS *counts, const MODE_INFO *mi) { in sum_intra_stats()
|
/hardware/ti/omap4xxx/hwc/ |
D | hwc.c | 951 struct counts { struct 966 static void gather_layer_statistics(omap4_hwc_device_t *hwc_dev, struct counts *num, hwc_display_co… in gather_layer_statistics() argument
|
/hardware/ti/omap4-aah/hwc/ |
D | hwc.c | 141 struct counts { struct 142 unsigned int possible_overlay_layers; 143 unsigned int composited_layers; 144 unsigned int scaled_layers; 145 unsigned int RGB; 146 unsigned int BGR; 147 unsigned int NV12; 148 unsigned int dockable; 149 unsigned int protected; 151 unsigned int max_hw_overlays; [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 88 FRAME_COUNTS *const counts = &cm->counts; in decode_coefs() local
|
D | vp9_decodemv.c | 239 nmv_context_counts *counts, int allow_hp) { in read_mv() 277 FRAME_COUNTS *const counts = &cm->counts; in read_ref_frames() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxenc.c | 627 int counts[64]; member
|