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

  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_qdcm.cpp 103 int modeid = 0; local
106 (const void *)&params, (void *)&modeid);
108 out->writeInt32(modeid);
  /external/speex/libspeex/
sb_celp.c 459 spx_int32_t modeid; local
460 modeid = mode->nb_modes-1;
464 while (modeid)
470 thresh = mode->vbr_thresh[modeid][v1];
472 thresh = (st->vbr_quality-v1) * mode->vbr_thresh[modeid][v1+1] +
473 (1+v1-st->vbr_quality) * mode->vbr_thresh[modeid][v1];
474 if (st->relative_quality >= thresh && st->sampling_rate*st->submodes[modeid]->bits_per_frame/st->full_frame_size <= st->vbr_max_high)
476 modeid--;
478 speex_encoder_ctl(state, SPEEX_SET_HIGH_MODE, &modeid);
490 int modeid; local
    [all...]

Completed in 57 milliseconds