Searched refs:incr (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_entropymv.c143 int incr, int usehp) {
147 comp_counts->sign[s] += incr;
151 comp_counts->classes[c] += incr;
158 comp_counts->class0[d] += incr;
159 comp_counts->class0_fp[d][f] += incr;
160 comp_counts->class0_hp[e] += usehp * incr;
165 comp_counts->bits[i][((d >> i) & 1)] += incr;
166 comp_counts->fp[f] += incr;
167 comp_counts->hp[e] += usehp * incr;
142 inc_mv_component(int v, nmv_component_counts *comp_counts, int incr, int usehp) argument
/hardware/bsp/intel/peripheral/libupm/src/sm130/
H A Dsm130.h303 * @param incr true to increment, false to decrement
307 int32_t adjustValueBlock(uint8_t block, int32_t value, bool incr);
H A Dsm130.cxx594 int32_t SM130::adjustValueBlock(uint8_t block, int32_t value, bool incr) argument
606 string resp = sendCommand(((incr) ? CMD_INC_VALUE : CMD_DEC_VALUE), data);

Completed in 175 milliseconds