Home
last modified time | relevance | path

Searched defs:ctx0 (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/dsp/
Dcost_mips_dsp_r2.c18 static int GetResidualCost(int ctx0, const VP8Residual* const res) { in GetResidualCost()
Dcost.c322 static int GetResidualCost(int ctx0, const VP8Residual* const res) { in GetResidualCost()
Dcost_mips32.c18 static int GetResidualCost(int ctx0, const VP8Residual* const res) { in GetResidualCost()
Dcost_sse2.c45 static int GetResidualCostSSE2(int ctx0, const VP8Residual* const res) { in GetResidualCostSSE2()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c324 const int ctx0 = vp9_get_pred_context_single_ref_p1(xd); in read_ref_frames() local
/external/webp/src/enc/
Dquant_enc.c589 int ctx0, int coeff_type, in TrellisQuantizeBlock()