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

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 329 rc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q;
333 rc->avg_frame_qindex[INTER_FRAME] =
338 rc->last_q[INTER_FRAME] = oxcf->worst_allowed_q;
655 : rc->last_q[INTER_FRAME] * rc->fac_active_worst_gf / 100;
659 : rc->avg_frame_qindex[INTER_FRAME] *
683 // For ambient_qp we use minimum of avg_frame_qindex[KEY_FRAME/INTER_FRAME]
689 ? VPXMIN(rc->avg_frame_qindex[INTER_FRAME],
691 : rc->avg_frame_qindex[INTER_FRAME];
781 rc->avg_frame_qindex[INTER_FRAME] < active_worst_quality) {
782 q = rc->avg_frame_qindex[INTER_FRAME];
    [all...]
vp9_svc_layercontext.c 92 lrc->last_q[INTER_FRAME] = oxcf->worst_allowed_q;
93 lrc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q;
98 lrc->last_q[INTER_FRAME] = oxcf->best_allowed_q;
101 lrc->avg_frame_qindex[INTER_FRAME] =
770 cpi->common.frame_type = INTER_FRAME;
    [all...]
vp9_firstpass.c 484 cm->frame_type = INTER_FRAME;
    [all...]
vp9_rd.c 81 vp9_cost_tokens(cpi->intra_uv_mode_cost[INTER_FRAME][i],
vp9_temporal_filter.c 655 q = ((int)vp9_convert_qindex_to_q(cpi->rc.avg_frame_qindex[INTER_FRAME],
  /external/libvpx/libvpx/vp8/common/
blockd.h 60 typedef enum { KEY_FRAME = 0, INTER_FRAME = 1 } FRAME_TYPE;
vp8_loopfilter.c 23 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 3;
26 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 2;
29 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 1;
32 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 0;
mfqe.c 262 if (frame_type == INTER_FRAME) {
  /external/libvpx/libvpx/vp8/encoder/
mr_dissim.c 211 /* Set frame_type to be INTER_FRAME since we won't drop key frame. */
212 store_info->frame_type = INTER_FRAME;
ratectrl.c 383 (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
    [all...]
firstpass.c     [all...]
denoising.c 683 int hev_index = lfi_n->hev_thr_lut[INTER_FRAME][filter_level];
bitstream.c     [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 36 INTER_FRAME = 1,
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c 898 pc->frame_type = INTER_FRAME;
    [all...]

Completed in 278 milliseconds