Home
last modified time | relevance | path

Searched refs:src_stats (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_core.cpp79 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()
Dsb_shader.cpp37 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()
Dsb_bc.h661 shader_stats src_stats, opt_stats;
694 sb_context() : src_stats(), opt_stats(), isa(0), in sb_context()
Dsb_shader.h280 shader_stats src_stats, opt_stats;
/external/libaom/libaom/av1/encoder/
Dtpl_model.c629 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/
Dvp9_encoder.c6089 const TplDepStats *src_stats = &tpl_stats[mi_row * stride + mi_col]; local
6097 *tpl_ptr = *src_stats;