/external/igt-gpu-tools/tests/i915/ |
D | gem_spin_batch.c | 76 const uint32_t ctx0 = gem_context_create(fd); in spin_resubmit() local 78 gem_context_create(fd) : ctx0; in spin_resubmit() 79 igt_spin_t *spin = __igt_spin_new(fd, .ctx = ctx0, .engine = e2->flags); in spin_resubmit() 92 gem_context_set_all_engines(fd, ctx0); in spin_resubmit() 93 if (ctx0 != ctx1) in spin_resubmit() 114 if (ctx1 != ctx0) in spin_resubmit() 117 gem_context_destroy(fd, ctx0); in spin_resubmit()
|
D | gem_eio.c | 723 static void reset_stress(int fd, uint32_t ctx0, in reset_stress() argument 760 hang = spin_sync(fd, ctx0, engine); in reset_stress() 766 execbuf.rsvd1 = ctx0; in reset_stress() 788 execbuf.rsvd1 = ctx0; in reset_stress() 807 uint32_t ctx0 = context_create_safe(fd); in test_reset_stress() local 811 reset_stress(fd, ctx0, e__->name, engine, flags); in test_reset_stress() 813 gem_context_destroy(fd, ctx0); in test_reset_stress()
|
/external/webp/src/dsp/ |
D | cost_mips_dsp_r2.c | 18 static int GetResidualCost_MIPSdspR2(int ctx0, const VP8Residual* const res) { in GetResidualCost_MIPSdspR2() argument 23 int p0 = res->prob[n][ctx0][0]; in GetResidualCost_MIPSdspR2() 25 const uint16_t* t = costs[n][ctx0]; in GetResidualCost_MIPSdspR2() 29 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_MIPSdspR2()
|
D | cost.c | 322 static int GetResidualCost_C(int ctx0, const VP8Residual* const res) { in GetResidualCost_C() argument 325 const int p0 = res->prob[n][ctx0][0]; in GetResidualCost_C() 327 const uint16_t* t = costs[n][ctx0]; in GetResidualCost_C() 331 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_C()
|
D | cost_mips32.c | 18 static int GetResidualCost_MIPS32(int ctx0, const VP8Residual* const res) { in GetResidualCost_MIPS32() argument 23 int p0 = res->prob[n][ctx0][0]; in GetResidualCost_MIPS32() 25 const uint16_t* t = costs[n][ctx0]; in GetResidualCost_MIPS32() 29 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_MIPS32()
|
D | cost_sse2.c | 45 static int GetResidualCost_SSE2(int ctx0, const VP8Residual* const res) { in GetResidualCost_SSE2() argument 50 const int p0 = res->prob[n][ctx0][0]; in GetResidualCost_SSE2() 52 const uint16_t* t = costs[n][ctx0]; in GetResidualCost_SSE2() 56 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_SSE2()
|
D | cost_neon.c | 51 static int GetResidualCost_NEON(int ctx0, const VP8Residual* const res) { in GetResidualCost_NEON() argument 56 const int p0 = res->prob[n][ctx0][0]; in GetResidualCost_NEON() 58 const uint16_t* t = costs[n][ctx0]; in GetResidualCost_NEON() 62 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_NEON()
|
D | dsp.h | 146 typedef int (*VP8GetResidualCostFunc)(int ctx0,
|
/external/libaom/av1/encoder/ |
D | interp_search.c | 446 const int ctx0 = av1_get_pred_context_switchable_interp(xd, 0); in find_best_non_dual_interp_filter() local 456 .switchable_interp_probs[update_type][ctx0]; in find_best_non_dual_interp_filter() 463 cpi->ppi->frame_probs.switchable_interp_probs[update_type][ctx0]; in find_best_non_dual_interp_filter()
|
/external/webp/src/enc/ |
D | quant_enc.c | 595 int ctx0, int coeff_type, in TrellisQuantizeBlock() argument 613 const int last_proba = probas[VP8EncBands[first]][ctx0][0]; in TrellisQuantizeBlock() 635 const score_t rate = (ctx0 == 0) ? VP8BitCost(1, last_proba) : 0; in TrellisQuantizeBlock() 637 ss_cur[m].costs = costs[first][ctx0]; in TrellisQuantizeBlock()
|
/external/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 324 const int ctx0 = vp9_get_pred_context_single_ref_p1(xd); in read_ref_frames() local 325 const int bit0 = vpx_read(r, fc->single_ref_prob[ctx0][0]); in read_ref_frames() 326 if (counts) ++counts->single_ref[ctx0][0][bit0]; in read_ref_frames()
|
/external/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 106 const int ctx0 = ctx; in vp9_optimize_b() local 127 rate0 = (*token_costs_cur)[0][ctx0][EOB_TOKEN]; in vp9_optimize_b()
|
/external/virglrenderer/src/ |
D | vrend_renderer.c | 321 struct vrend_context *ctx0; member 7232 vrend_state.ctx0 = vrend_create_context(0, strlen("HOST"), "HOST"); in vrend_renderer_init() 7248 if (!vrend_check_no_error(vrend_state.ctx0) || !has_feature(feat_ubo)) { in vrend_renderer_init() 7282 vrend_destroy_context(vrend_state.ctx0); in vrend_renderer_fini() 9163 return vrend_renderer_transfer_internal(vrend_state.ctx0, res, info, in vrend_renderer_transfer_pipe() 11920 vrend_hw_switch_context(vrend_state.ctx0, true); in vrend_renderer_force_ctx_0() 12172 vrend_hw_switch_context(vrend_state.ctx0, true); in vrend_renderer_prepare_reset() 12180 vrend_destroy_context(vrend_state.ctx0); in vrend_renderer_reset() 12182 vrend_state.ctx0 = vrend_create_context(0, strlen("HOST"), "HOST"); in vrend_renderer_reset() 12402 return vrend_renderer_create_fence(vrend_state.ctx0, in vrend_renderer_create_ctx0_fence() [all …]
|