HomeSort by relevance Sort by last modified time
    Searched refs:ctx0 (Results 1 - 6 of 6) sorted by null

  /external/webp/src/enc/
cost.h 59 typedef int (*VP8GetResidualCostFunc)(int ctx0, const VP8Residual* const res);
cost.c 492 static int GetResidualCost(int ctx0, const VP8Residual* const res) {
495 const int p0 = res->prob[n][ctx0][0];
496 const uint16_t* t = res->cost[n][ctx0];
498 // (as required by the syntax). For ctx0 == 0, we need to add it here or it'll
500 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0;
531 extern int VP8GetResidualCostMIPS32(int ctx0, const VP8Residual* const res);
quant.c 552 int ctx0, int coeff_type,
569 const int last_proba = probas[VP8EncBands[first]][ctx0][0];
591 const score_t rate = (ctx0 == 0) ? VP8BitCost(1, last_proba) : 0;
593 ss_cur[m].costs = costs[VP8EncBands[first]][ctx0];
    [all...]
  /external/webp/src/dsp/
enc_mips32.c 512 extern int VP8GetResidualCostMIPS32(int ctx0, const VP8Residual* const res);
514 int VP8GetResidualCostMIPS32(int ctx0, const VP8Residual* const res) {
517 int p0 = res->prob[n][ctx0][0];
518 const uint16_t* t = res->cost[n][ctx0];
536 cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0;
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 294 const int ctx0 = vp9_get_pred_context_single_ref_p1(xd); local
295 const int bit0 = vp9_read(r, fc->single_ref_prob[ctx0][0]);
297 ++counts->single_ref[ctx0][0][bit0];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 295 const int ctx0 = vp9_get_pred_context_single_ref_p1(xd); local
296 const int bit0 = vp9_read(r, fc->single_ref_prob[ctx0][0]);
298 ++counts->single_ref[ctx0][0][bit0];

Completed in 326 milliseconds