Searched refs:framerate (Results 1 - 25 of 132) sorted by last modified time

123456

/external/srec/srec/cfront/
H A Dfrontobj.c360 freqobj->framerate = FRAMERATE;
361 freqobj->frame_period = parameters->samplerate / freqobj->framerate;
/external/srec/srec/include/
H A Dfront.h150 int framerate; member in struct:__anon31104
H A Dsimapi.h1301 int samplerate, int framerate);
1307 * framerate frame rate (typically 100 frames per second)
H A Dutteranc.h230 int framerate);
231 void init_utt_v5_header(UttHeader *uhead, int dim, int samplerate, int framerate);
/external/libvpx/libvpx/examples/
H A Dvp8_multi_resolution_encoder.c207 int framerate = 30; local
286 cfg[0].g_timebase.den = framerate;
H A Dvpx_temporal_scalable_patterns.c66 // Set the layer (cumulative) framerate and the target layer (non-cumulative)
68 const double framerate = cfg->g_timebase.den / cfg->g_timebase.num; local
69 rc->layer_framerate[0] = framerate / cfg->ts_rate_decimator[0];
74 rc->layer_framerate[i] = framerate / cfg->ts_rate_decimator[i];
/external/libvpx/libvpx/
H A Divfdec.c23 // we can guess the framerate using only the timebase in this
56 input_ctx->framerate.numerator = mem_get_le32(raw_hdr + 16);
57 input_ctx->framerate.denominator = mem_get_le32(raw_hdr + 20);
58 fix_framerate(&input_ctx->framerate.numerator,
59 &input_ctx->framerate.denominator);
H A Dtools_common.h101 struct VpxRational framerate; member in struct:VpxInputContext
H A Dvpxdec.c292 input->framerate.numerator = 30;
293 input->framerate.denominator = 1;
704 fprintf(stderr, "Failed to guess framerate -- error parsing "
886 &vpx_input_ctx.framerate, img->fmt);
H A Dvpxenc.c219 static const arg_def_t framerate = ARG_DEF(NULL, "fps", 1, variable
278 &width, &height, &stereo_mode, &timebase, &framerate,
710 else if (arg_match(&arg, &framerate, argi)) {
711 global->framerate = arg_parse_rational(&arg);
712 validate_positive_rational(arg.name, &global->framerate);
789 input->framerate.numerator = input->y4m.fps_n;
790 input->framerate.denominator = input->y4m.fps_d;
1081 double framerate = (double)global->framerate.num / global->framerate local
[all...]
/external/libvpx/libvpx/vp8/common/
H A Donyxc_int.h169 double framerate; member in struct:VP8Common
H A Dpostproc.c921 sprintf(message, "Bitrate: %10.2f framerate: %10.2f ", oci->bitrate, oci->framerate);
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c1330 extern void vp8_new_framerate(VP8_COMP *cpi, double framerate);
1356 cpi->output_framerate = cpi->framerate;
3229 av_bits_per_frame = cpi->oxcf.target_bandwidth / DOUBLE_DIVIDE_CHECK((double)cpi->framerate);
3304 int64_t clip_bits = (int64_t)(cpi->twopass.total_stats.count * cpi->oxcf.target_bandwidth / DOUBLE_DIVIDE_CHECK((double)cpi->framerate));
H A Donyx_if.c308 lc->framerate = cpi->output_framerate / cpi->oxcf.rate_decimator[layer];
338 (lc->framerate - prev_layer_framerate));
1285 void vp8_new_framerate(VP8_COMP *cpi, double framerate) argument
1287 if(framerate < .1)
1288 framerate = 30;
1290 cpi->framerate = framerate;
1291 cpi->output_framerate = framerate;
1337 * seems like a reasonable framerate, then use that as a guess, otherwise
1340 cpi->framerate
[all...]
H A Donyx_int.h239 double framerate; member in struct:__anon24886
424 double framerate; member in struct:VP8_COMP
H A Dratectrl.c960 lc->framerate);
H A Drdopt.c344 int milliseconds_for_compress = (int)(1000000 / cpi->framerate);
/external/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.c723 "Bitrate: %10.2f framerate: %10.2f ",
724 cm->bitrate, cm->framerate);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c939 extern void vp9_new_framerate(VP9_COMP *cpi, double framerate);
984 cpi->output_framerate = oxcf->framerate;
H A Dvp9_onyx_if.c675 void vp9_new_framerate(VP9_COMP *cpi, double framerate) { argument
681 oxcf->framerate = framerate < 0.1 ? 30 : framerate;
682 cpi->output_framerate = cpi->oxcf.framerate;
894 vp9_new_framerate(cpi, cpi->oxcf.framerate);
2893 double avg_duration = 10000000.0 / cpi->oxcf.framerate;
H A Dvp9_onyx_int.h193 double framerate; // set to passed in framerate member in struct:VP9_CONFIG
249 // Bitrate allocation (CBR mode) and framerate factor, for temporal layers.
H A Dvp9_ratectrl.c153 int bits_off_for_this_layer = (int)(lc->target_bandwidth / lc->framerate -
H A Dvp9_svc_layercontext.c99 // Update framerate-related quantities.
101 lc->framerate = oxcf->framerate / oxcf->ts_rate_decimator[layer];
103 lc->framerate = oxcf->framerate;
105 lrc->av_per_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate);
126 lc->framerate = oxcf->framerate / oxcf->ts_rate_decimator[layer];
127 lrc->av_per_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate);
134 oxcf->framerate / oxc
143 vp9_update_spatial_layer_framerate(VP9_COMP *const cpi, double framerate) argument
[all...]
H A Dvp9_svc_layercontext.h28 double framerate; member in struct:__anon24977
55 // Prior to encoding the frame, update framerate-related quantities
59 // Update framerate-related quantities for the current spatial layer.
61 double framerate);
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c297 oxcf->framerate = (double)cfg->g_timebase.den / cfg->g_timebase.num;
298 if (oxcf->framerate > 180)
299 oxcf->framerate = 30;

Completed in 935 milliseconds

123456