Searched defs:b_boost (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.c1181 int *f_boost, int *b_boost) {
1257 *b_boost = (int)boost_score;
1259 arf_boost = (*f_boost + *b_boost);
1433 int b_boost = 0; local
1585 &b_boost);
1757 const int boost = rc->source_alt_ref_pending ? b_boost : rc->gfu_boost;
1179 calc_arf_boost(VP9_COMP *cpi, int offset, int f_frames, int b_frames, int *f_boost, int *b_boost) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c1627 int *b_boost )
1733 *b_boost = (int)(boost_score * 100.0) >> 4;
1735 return (*f_boost + *b_boost);
1769 int b_boost = 0; local
1934 alt_boost = calc_arf_boost( cpi, 0, (i-1), (i-1), &f_boost, &b_boost );
1947 (b_boost > 100) &&
2303 ? b_boost : cpi->gfu_boost;

Completed in 31 milliseconds