HomeSort by relevance Sort by last modified time
    Searched defs:Bs (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blend.c 485 const GLfloat Bs = rgba[i][BCOMP];
559 sB = Bs;
564 sB = 1.0F - Bs;
637 dB = Bs;
642 dB = 1.0F - Bs;
745 b = Bs * sB + Bd * dB;
751 b = Bs * sB - Bd * dB;
757 b = Bd * dB - Bs * sB;
763 b = MIN2( Bd, Bs );
768 b = MAX2( Bd, Bs );
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_blend.c 485 const GLfloat Bs = rgba[i][BCOMP];
559 sB = Bs;
564 sB = 1.0F - Bs;
637 dB = Bs;
642 dB = 1.0F - Bs;
745 b = Bs * sB + Bd * dB;
751 b = Bs * sB - Bd * dB;
757 b = Bd * dB - Bs * sB;
763 b = MIN2( Bd, Bs );
768 b = MAX2( Bd, Bs );
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.h 54 Int Bs; /*buffer size e.g., R/2 */
89 Int low_bound; /* bound for underflow detection, usually low_bound=-Bs/2, but could be changed in H.263 mode */
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 274 int Bs; /*buffer size e.g., R/2 */
315 int low_bound; /* bound for underflow detection, usually low_bound=-Bs/2, but could be changed in H.263 mode */

Completed in 5811 milliseconds