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 | 619 shader_stats src_stats, opt_stats; 652 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 | 354 const TplDepStats *src_stats) { in tpl_model_store() argument 359 int64_t intra_cost = src_stats->intra_cost / (mi_height * mi_width); in tpl_model_store() 360 int64_t inter_cost = src_stats->inter_cost / (mi_height * mi_width); in tpl_model_store() 373 tpl_ptr->ref_frame_index = src_stats->ref_frame_index; in tpl_model_store() 374 tpl_ptr->mv.as_int = src_stats->mv.as_int; in tpl_model_store()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 5686 const TplDepStats *src_stats = &tpl_stats[mi_row * stride + mi_col]; local 5694 *tpl_ptr = *src_stats;
|