Searched refs:b_frames (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/omx_bellagio/ |
D | vid_enc.c | 260 LIST_INITHEAD(&priv->b_frames); in vid_enc_Constructor() 273 enc_ReleaseTasks(&priv->b_frames); in vid_enc_Destructor() 1117 if (LIST_IS_EMPTY(&priv->b_frames)) in enc_ClearBframes() 1120 task = LIST_ENTRY(struct encode_task, priv->b_frames.prev, list); in enc_ClearBframes() 1130 LIST_FOR_EACH_ENTRY(task, &priv->b_frames, list) { in enc_ClearBframes() 1137 enc_MoveTasks(&priv->b_frames, &inp->tasks); in enc_ClearBframes() 1197 LIST_ADDTAIL(&task->list, &priv->b_frames); in vid_enc_EncodeFrame() 1215 LIST_FOR_EACH_ENTRY(task, &priv->b_frames, list) { in vid_enc_EncodeFrame() 1222 enc_MoveTasks(&priv->b_frames, &inp->tasks); in vid_enc_EncodeFrame()
|
D | vid_enc.h | 75 struct list_head b_frames; \
|
/external/libaom/libaom/av1/encoder/ |
D | pass2_strategy.c | 409 static int calc_arf_boost(AV1_COMP *cpi, int offset, int f_frames, int b_frames, in calc_arf_boost() argument 461 for (i = -1; i >= -b_frames; --i) { in calc_arf_boost() 490 if (arf_boost < ((b_frames + f_frames) * 20)) in calc_arf_boost() 491 arf_boost = ((b_frames + f_frames) * 20); in calc_arf_boost()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 1951 static int calc_arf_boost(VP9_COMP *cpi, int f_frames, int b_frames) { in calc_arf_boost() argument 1999 for (i = -1; i >= -b_frames; --i) { in calc_arf_boost() 2024 if (arf_boost < ((b_frames + f_frames) * 40)) in calc_arf_boost() 2025 arf_boost = ((b_frames + f_frames) * 40); in calc_arf_boost()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 1525 static int calc_arf_boost(VP8_COMP *cpi, int offset, int f_frames, int b_frames, in calc_arf_boost() argument 1584 for (i = -1; i >= -b_frames; i--) { in calc_arf_boost()
|