/third_party/ffmpeg/libavfilter/ |
H A D | vf_vibrance.c | 37 float balance[3]; member 66 const float gintensity = intensity * s->balance[0]; in vibrance_slice8() 67 const float bintensity = intensity * s->balance[1]; in vibrance_slice8() 68 const float rintensity = intensity * s->balance[2]; in vibrance_slice8() 125 const float gintensity = intensity * s->balance[0]; in vibrance_slice16() 126 const float bintensity = intensity * s->balance[1]; in vibrance_slice16() 127 const float rintensity = intensity * s->balance[2]; in vibrance_slice16() 186 const float gintensity = intensity * s->balance[0]; in vibrance_slice8p() 187 const float bintensity = intensity * s->balance[1]; in vibrance_slice8p() 188 const float rintensity = intensity * s->balance[ in vibrance_slice8p() [all...] |
/third_party/node/deps/v8/src/date/ |
H A D | dateparser-inl.h | 225 int balance = 0; in SkipParentheses() local 228 --balance; in SkipParentheses() 230 ++balance; in SkipParentheses() 232 } while (balance > 0 && ch_); in SkipParentheses()
|
/third_party/ffmpeg/libavcodec/ |
H A D | speexdec.c | 232 float balance; /**< Left/right balance info */ member 623 stereo->balance = exp(sign * .25f * get_bits(gb, 5)); in speex_std_stereo() 1508 s->stereo.balance = 1.f; in speex_decode_init() 1518 float balance, e_left, e_right, e_ratio; in speex_decode_stereo() local 1520 balance = stereo->balance; in speex_decode_stereo() 1524 e_right = 1.f / sqrtf(e_ratio * (1.f + balance)); in speex_decode_stereo() 1525 e_left = sqrtf(balance) * e_right; in speex_decode_stereo()
|
H A D | wavpack.c | 148 int balance = (sl[1] - sl[0] + br[1] + 1) >> 1; in update_error_limit() local 149 if (balance > br[0]) { in update_error_limit() 152 } else if (-balance > br[0]) { in update_error_limit() 156 br[1] = br[0] + balance; in update_error_limit() 157 br[0] = br[0] - balance; in update_error_limit()
|
/third_party/backends/backend/ |
H A D | microtek2.c | 1866 DBG(1, " Red balance%20s: %d\n", " ", mi->balance[0]); in dump_attributes() 1867 DBG(1, " Green balance%18s: %d\n", " ", mi->balance[1]); in dump_attributes() 1868 DBG(1, " Blue balance%19s: %d\n", " " , mi->balance[2]); in dump_attributes() 2307 /* color balance (100% means no correction) */ in init_options() 2788 /* color balance */ in init_options() 3529 SANE_FIX((uint8_t)( (float)mi->balance[0] / 2.55 ) ); in sane_control_option() 3531 SANE_FIX((uint8_t)( (float)mi->balance[ in sane_control_option() [all...] |
H A D | microtek2.h | 602 #define M_TITLE_COLBALANCEGRP SANE_I18N("Color balance") 691 #define M_NAME_BALANCE_R "balance-r" 692 #define M_TITLE_BALANCE_R SANE_I18N("Red balance") 696 #define M_NAME_BALANCE_G "balance-g" 697 #define M_TITLE_BALANCE_G SANE_I18N("Green balance") 701 #define M_NAME_BALANCE_B "balance-b" 702 #define M_TITLE_BALANCE_B SANE_I18N("Blue balance") 706 #define M_NAME_BALANCE_FW "balance-fw" 707 #define M_TITLE_BALANCE_FW SANE_I18N("Firmware balance") 708 #define M_DESC_BALANCE_FW SANE_I18N("Sets the color balance value 835 uint16_t balance[3]; /* balance factor for red, green */ global() member 1121 uint8_t balance[3]; /* user provided balance factor for */ global() member [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | RopeByteString.java | 219 return new Balancer().balance(left, right); in concatenate() 629 private ByteString balance(ByteString left, ByteString right) { in balance() method in RopeByteString.Balancer 662 * Push a string on the balance stack (BAP95). BAP95 uses an array and calls the elements in the 671 * @param byteString string to place on the balance stack
|
/third_party/pulseaudio/src/utils/ |
H A D | pactl.c | 654 pa_json_encoder_add_member_double(encoder, "balance", volume_balance, 2); in get_sink_info_callback() 681 "\t balance %0.2f\n" in get_sink_info_callback() 839 pa_json_encoder_add_member_double(encoder, "balance", volume_balance, 2); in get_source_info_callback() 866 "\t balance %0.2f\n" in get_source_info_callback() 1347 float balance = pa_cvolume_get_balance(&i->volume, &i->channel_map); in get_sink_input_info_callback() local 1362 pa_json_encoder_add_member_double(encoder, "balance", balance, 2); in get_sink_input_info_callback() 1384 "\t balance %0.2f\n" in get_sink_input_info_callback() 1400 balance, in get_sink_input_info_callback() 1470 float balance in get_source_output_info_callback() local 1590 float balance = pa_cvolume_get_balance(&i->volume, &i->channel_map); get_sample_info_callback() local 1627 balance, get_sample_info_callback() local [all...] |
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 5203 % called on to balance too much material, but if it is, this makes
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 77372 static int balance(BtCursor *pCur){ global() function [all...] |