Home
last modified time | relevance | path

Searched refs:b_frames (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264eprc.c271 if (list_is_empty(&priv->b_frames)) in enc_ClearBframes()
274 task = LIST_ENTRY(struct encode_task, priv->b_frames.prev, list); in enc_ClearBframes()
284 LIST_FOR_EACH_ENTRY(task, &priv->b_frames, list) { in enc_ClearBframes()
291 enc_MoveTasks(&priv->b_frames, &inp->tasks); in enc_ClearBframes()
357 list_addtail(&task->list, &priv->b_frames); in encode_frame()
375 LIST_FOR_EACH_ENTRY(task, &priv->b_frames, list) { in encode_frame()
382 enc_MoveTasks(&priv->b_frames, &inp->tasks); in encode_frame()
431 list_inithead(&priv->b_frames); in h264e_prc_create_encoder()
446 enc_ReleaseTasks(&priv->b_frames); in h264e_prc_destroy_encoder()
/external/mesa3d/src/gallium/frontends/omx/
Dvid_enc_common.h87 struct list_head b_frames; \
136 struct list_head b_frames;
/external/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_enc.c240 list_inithead(&priv->b_frames); in vid_enc_Constructor()
253 enc_ReleaseTasks(&priv->b_frames); in vid_enc_Destructor()
822 if (list_is_empty(&priv->b_frames)) in enc_ClearBframes()
825 task = LIST_ENTRY(struct encode_task, priv->b_frames.prev, list); in enc_ClearBframes()
835 LIST_FOR_EACH_ENTRY(task, &priv->b_frames, list) { in enc_ClearBframes()
842 enc_MoveTasks(&priv->b_frames, &inp->tasks); in enc_ClearBframes()
903 list_addtail(&task->list, &priv->b_frames); in vid_enc_EncodeFrame()
921 LIST_FOR_EACH_ENTRY(task, &priv->b_frames, list) { in vid_enc_EncodeFrame()
928 enc_MoveTasks(&priv->b_frames, &inp->tasks); in vid_enc_EncodeFrame()
/external/libaom/libaom/av1/encoder/
Dgop_structure.h37 int b_frames, int *num_fpstats_used,
Dpass2_strategy.c592 int b_frames, int *num_fpstats_used, in av1_calc_arf_boost() argument
637 for (i = -1; i >= -b_frames; --i) { in av1_calc_arf_boost()
667 *num_fpstats_required = f_frames + b_frames; in av1_calc_arf_boost()
674 if (arf_boost < ((b_frames + f_frames) * 50)) in av1_calc_arf_boost()
675 arf_boost = ((b_frames + f_frames) * 50); in av1_calc_arf_boost()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1956 int arf_show_idx, int f_frames, int b_frames, in compute_arf_boost() argument
2009 for (i = -1; i >= -b_frames; --i) { in compute_arf_boost()
2039 if (arf_boost < ((b_frames + f_frames) * 40)) in compute_arf_boost()
2040 arf_boost = ((b_frames + f_frames) * 40); in compute_arf_boost()
2046 static int calc_arf_boost(VP9_COMP *cpi, int f_frames, int b_frames) { in calc_arf_boost() argument
2052 f_frames, b_frames, avg_inter_frame_qindex); in calc_arf_boost()
2719 const int b_frames = gop_coding_frames - 1; in define_gf_group() local
2728 b_frames, avg_inter_frame_qindex); in define_gf_group()
2732 const int b_frames = 0; in define_gf_group() local
2739 b_frames, avg_inter_frame_qindex); in define_gf_group()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1516 static int calc_arf_boost(VP8_COMP *cpi, int offset, int f_frames, int b_frames, in calc_arf_boost() argument
1575 for (i = -1; i >= -b_frames; i--) { in calc_arf_boost()