Searched refs:src_stats (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_core.cpp | 79 ctx->src_stats.dump(); in r600_sb_context_destroy() 83 ctx->src_stats.dump_diff(ctx->opt_stats); in r600_sb_context_destroy() 129 sh->src_stats.ndw = bc->ndw; in r600_sb_bytecode_process() 279 sh->src_stats.dump(); in r600_sb_bytecode_process() 283 sh->src_stats.dump_diff(sh->opt_stats); in r600_sb_bytecode_process()
|
D | sb_shader.cpp | 37 pool(), all_nodes(), src_stats(), opt_stats(), errors(), in shader() 498 shader_stats &s = opt ? opt_stats : src_stats; in collect_stats() 508 ctx.src_stats.accumulate(s); in collect_stats()
|
D | sb_bc.h | 661 shader_stats src_stats, opt_stats; 694 sb_context() : src_stats(), opt_stats(), isa(0), in sb_context()
|
D | sb_shader.h | 280 shader_stats src_stats, opt_stats;
|
/external/libaom/libaom/av1/encoder/ |
D | tpl_model.c | 629 const TplDepStats *src_stats, in tpl_model_store() argument 635 int64_t intra_cost = src_stats->intra_cost / (mi_height * mi_width); in tpl_model_store() 636 int64_t inter_cost = src_stats->inter_cost / (mi_height * mi_width); in tpl_model_store() 637 int64_t srcrf_dist = src_stats->srcrf_dist / (mi_height * mi_width); in tpl_model_store() 638 int64_t recrf_dist = src_stats->recrf_dist / (mi_height * mi_width); in tpl_model_store() 639 int64_t srcrf_rate = src_stats->srcrf_rate / (mi_height * mi_width); in tpl_model_store() 640 int64_t recrf_rate = src_stats->recrf_rate / (mi_height * mi_width); in tpl_model_store() 659 memcpy(tpl_ptr->mv, src_stats->mv, sizeof(tpl_ptr->mv)); in tpl_model_store() 660 memcpy(tpl_ptr->pred_error, src_stats->pred_error, in tpl_model_store() 662 tpl_ptr->ref_frame_index = src_stats->ref_frame_index; in tpl_model_store()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 6089 const TplDepStats *src_stats = &tpl_stats[mi_row * stride + mi_col]; local 6097 *tpl_ptr = *src_stats;
|