Home
last modified time | relevance | path

Searched refs:ctx0 (Results 1 – 8 of 8) 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()
Ddsp.h283 typedef int (*VP8GetResidualCostFunc)(int ctx0,
/external/webp/src/enc/
Dquant_enc.c589 int ctx0, int coeff_type, in TrellisQuantizeBlock() argument
607 const int last_proba = probas[VP8EncBands[first]][ctx0][0]; in TrellisQuantizeBlock()
629 const score_t rate = (ctx0 == 0) ? VP8BitCost(1, last_proba) : 0; in TrellisQuantizeBlock()
631 ss_cur[m].costs = costs[first][ctx0]; in TrellisQuantizeBlock()
/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/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c95 const int ctx0 = ctx; in vp9_optimize_b() local
116 rate0 = (*token_costs_cur)[0][ctx0][EOB_TOKEN]; in vp9_optimize_b()