Home
last modified time | relevance | path

Searched refs:ctx0 (Results 1 – 10 of 10) sorted by relevance

/external/webp/src/dsp/
Dcost_mips_dsp_r2.c18 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()
Dcost.c322 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()
Dcost_mips32.c18 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()
Dcost_sse2.c45 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()
Dcost_neon.c51 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()
Ddsp.h322 typedef int (*VP8GetResidualCostFunc)(int ctx0,
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c324 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/webp/src/enc/
Dquant_enc.c590 int ctx0, int coeff_type, in TrellisQuantizeBlock() argument
608 const int last_proba = probas[VP8EncBands[first]][ctx0][0]; in TrellisQuantizeBlock()
630 const score_t rate = (ctx0 == 0) ? VP8BitCost(1, last_proba) : 0; in TrellisQuantizeBlock()
632 ss_cur[m].costs = costs[first][ctx0]; in TrellisQuantizeBlock()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c102 const int ctx0 = ctx; in vp9_optimize_b() local
123 rate0 = (*token_costs_cur)[0][ctx0][EOB_TOKEN]; in vp9_optimize_b()
/external/virglrenderer/src/
Dvrend_renderer.c8326 struct vrend_context *ctx0 = vrend_lookup_renderer_ctx(0); in vrend_renderer_force_ctx_0() local
8329 vrend_hw_switch_context(ctx0, true); in vrend_renderer_force_ctx_0()
8330 vrend_clicbs->make_current(0, ctx0->sub->gl_context); in vrend_renderer_force_ctx_0()