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

  /external/opencv3/3rdparty/libjasper/
jpc_mqcod.h 89 /* The most probable symbol (MPS). */
90 int mps; member in struct:__anon20906
106 /* The MPS. */
107 int mps; member in struct:jpc_mqstate_s
jpc_mqdec.h 192 (dec)->areg & 0x8000) ? (*(dec)->curctx)->mps : \
201 (bit) = state->mps ^ 1; \
205 /* MPS decoded. */ \
206 (bit) = state->mps; \
216 (bit) = state->mps ^ 1; \
221 (bit) = state->mps; \
jpc_mqdec.c 197 *ctx = &jpc_mqstates[2 * ctxs->ind + ctxs->mps];
214 *ctxi = &jpc_mqstates[2 * ctx->ind + ctx->mps];
304 fprintf(out, "IND %d, MPS %d, QEVAL %x\n", (int)(*mqdec->curctx -
305 jpc_mqstates), (int)(*mqdec->curctx)->mps, (int)(*mqdec->curctx)->qeval);
jpc_mqenc.h 220 (((*((enc)->curctx))->mps == (bit)) ? \
jpc_mqenc.c 257 *ctx = &jpc_mqstates[2 * ctxs->ind + ctxs->mps];
293 if (state->mps == bit) {
388 fprintf(out, "IND = %02d, MPS = %d, QEVAL = %04x\n",
389 (int)(*mqenc->curctx - jpc_mqstates), (int)(*mqenc->curctx)->mps,
jpc_t1cod.c 456 ctx->mps = 0;
  /external/pdfium/third_party/libopenjpeg20/
mqc.h 59 OPJ_UINT32 mps; member in struct:opj_mqc_state
60 /** next state if the next encoded symbol is the MPS */
mqc.c 283 d = (OPJ_INT32)(1 - (*mqc->curctx)->mps);
286 d = (OPJ_INT32)(*mqc->curctx)->mps;
297 d = (OPJ_INT32)(*mqc->curctx)->mps;
301 d = (OPJ_INT32)(1 - (*mqc->curctx)->mps);
405 if ((*mqc->curctx)->mps == d) {
596 d = (OPJ_INT32)(*mqc->curctx)->mps;
  /system/bt/stack/l2cap/
l2c_ble.c 626 UINT16 lcid = 0, rcid = 0, mtu = 0, mps = 0, initial_credit = 0; local
702 STREAM_TO_UINT16 (mps, p);
707 "mps = %d, "
708 "initial credit = %d", mtu, mps, initial_credit);
735 if (mtu < L2CAP_LE_MIN_MTU || mps < L2CAP_LE_MIN_MPS || mps > L2CAP_LE_MAX_MPS)
747 p_ccb->peer_conn_cfg.mps = mps;
750 p_ccb->tx_mps = mps;
775 STREAM_TO_UINT16 (p_ccb->peer_conn_cfg.mps, p)
    [all...]
l2c_fcr.c     [all...]
l2c_utils.c 668 UINT16_TO_STREAM (p, p_cfg->fcr.mps);
768 UINT16_TO_STREAM (p, p_cfg->fcr.mps);
3080 UINT16 mps; local
    [all...]
l2c_main.c 490 STREAM_TO_UINT16 (cfg_info.fcr.mps, p);
592 STREAM_TO_UINT16 (cfg_info.fcr.mps, p);
    [all...]
  /system/bt/bta/hl/
bta_hl_utils.c 179 UINT8 bta_hl_set_tx_win_size(UINT16 mtu, UINT16 mps)
183 if (mtu <= mps)
189 if (mps > 0)
191 tx_win_size = (mtu/mps)+1;
195 APPL_TRACE_ERROR("The MPS is zero");
201 APPL_TRACE_DEBUG("bta_hl_set_tx_win_size win_size=%d mtu=%d mps=%d",
202 tx_win_size, mtu, mps);
211 ** Description This function sets the MPS
213 ** Returns UINT16 MPS
218 UINT16 mps; local
    [all...]
bta_hl_int.h 711 extern UINT8 bta_hl_set_tx_win_size(UINT16 mtu, UINT16 mps);
    [all...]
  /system/bt/stack/include/
l2c_api.h 146 UINT16 mps; member in struct:__anon72761
177 UINT16 mps; member in struct:__anon72763
    [all...]
  /system/bt/stack/sdp/
sdp_main.c 198 SDP_TRACE_DEBUG("sdp_connect_ind: mode %u, txwinsz %u, max_trans %u, rtrans_tout %u, mon_tout %u, mps %u",
200 cfg.fcr.rtrans_tout,cfg.fcr.mon_tout, cfg.fcr.mps);
254 SDP_TRACE_DEBUG("sdp_connect_cfm: mode %u, txwinsz %u, max_trans %u, rtrans_tout %u, mon_tout %u, mps %u",
256 cfg.fcr.rtrans_tout,cfg.fcr.mon_tout, cfg.fcr.mps);
  /system/bt/stack/smp/
smp_l2c.c 64 fixed_reg.fixed_chnl_opts.mps = 0;
  /system/bt/stack/gap/
gap_conn.c 175 p_ccb->local_coc_cfg.mps = L2CAP_LE_DEFAULT_MPS;
    [all...]
  /system/bt/stack/gatt/
gatt_main.c 115 fixed_reg.fixed_chnl_opts.mps = 670;
    [all...]
  /system/bt/bta/jv/
bta_jv_act.c     [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 726 milliseconds