Searched defs:cc (Results 1 - 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_cost.c43 const int cc = c + vp9_cost_bit(prob, b); local
47 costs[-ii] = cc;
49 cost(costs, tree, probs, ii, cc);
H A Dvp9_ratectrl.c110 CODING_CONTEXT *const cc = &cpi->coding_context; local
117 vp9_copy(cc->nmvjointcost, cpi->mb.nmvjointcost);
118 vp9_copy(cc->nmvcosts, cpi->mb.nmvcosts);
119 vp9_copy(cc->nmvcosts_hp, cpi->mb.nmvcosts_hp);
121 vp9_copy(cc->segment_pred_probs, cm->seg.pred_probs);
126 vp9_copy(cc->last_ref_lf_deltas, cm->lf.last_ref_deltas);
127 vp9_copy(cc->last_mode_lf_deltas, cm->lf.last_mode_deltas);
129 cc->fc = cm->fc;
133 CODING_CONTEXT *const cc = &cpi->coding_context; local
138 vp9_copy(cpi->mb.nmvjointcost, cc
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dratectrl.c218 CODING_CONTEXT *const cc = & cpi->coding_context; local
226 cc->frames_since_key = cpi->frames_since_key;
227 cc->filter_level = cpi->common.filter_level;
228 cc->frames_till_gf_update_due = cpi->frames_till_gf_update_due;
229 cc->frames_since_golden = cpi->frames_since_golden;
231 vp8_copy(cc->mvc, cpi->common.fc.mvc);
232 vp8_copy(cc->mvcosts, cpi->rd_costs.mvcosts);
234 vp8_copy(cc->ymode_prob, cpi->common.fc.ymode_prob);
235 vp8_copy(cc->uv_mode_prob, cpi->common.fc.uv_mode_prob);
237 vp8_copy(cc
257 CODING_CONTEXT *const cc = & cpi->coding_context; local
[all...]
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dml_math_func.c826 long xx, cc; local
846 cc = x0 - (1L<<30);
847 xx = x0 - (inv_q30_mult(x0, cc)>>1);
850 // cc = cc*cc*(cc-3)/4; = cc*cc*(cc/
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.c826 long xx, cc; local
846 cc = x0 - (1L<<30);
847 xx = x0 - (inv_q30_mult(x0, cc)>>1);
850 // cc = cc*cc*(cc-3)/4; = cc*cc*(cc/
[all...]
/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dhw_ar3k.c270 evt_cmd_complete *cc = (void *)event; local
274 if (cc->opcode == opcode && event[0] == HCI_EV_SUCCESS)
/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dhw_ar3k.c270 evt_cmd_complete *cc = (void *)event; local
274 if (cc->opcode == opcode && event[0] == HCI_EV_SUCCESS)
/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhw_ar3k.c273 evt_cmd_complete *cc = (void *)event; local
277 if (cc->opcode == opcode && event[0] == HCI_EV_SUCCESS)
/hardware/qcom/bt/msm8998/libbt-vendor/src/
H A Dhw_ar3k.c273 evt_cmd_complete *cc = (void *)event; local
277 if (cc->opcode == opcode && event[0] == HCI_EV_SUCCESS)
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c2210 #define FORMALIZE(var) {cc += (var & 0x80000000) ? 1 : 0; var &= 0x7fffffff;}
2212 uint32 a1, a0, b1, b0, t, cc = 0; local
2239 r0 |= (cc % 2) ? 0x80000000 : 0;
2240 r1 = a1 * b1 + ((a1 * b0) >> 16) + ((b1 * a0) >> 16) + (cc / 2);

Completed in 253 milliseconds