Searched refs:joint (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluez/sbc/
H A Dsbcenc.c46 static void encode(char *filename, int subbands, int bitpool, int joint, argument
112 if (joint || dualchannel) {
113 fprintf(stderr, "Audio is mono but joint or "
117 } else if (joint && !dualchannel)
119 else if (!joint && dualchannel)
121 else if (!joint && !dualchannel)
124 fprintf(stderr, "Both joint and dualchannel mode have been "
219 "\t-j, --joint Joint stereo\n"
231 { "joint", 0, 0, 'j' },
240 int i, opt, subbands = 8, bitpool = 32, joint local
[all...]
H A Dsbc.c76 /* bit number x set means joint stereo has been used in subband x */
77 uint8_t joint; member in struct:sbc_frame
441 frame->joint = 0x00;
443 frame->joint |= ((data[4] >> (7 - sb)) & 0x01) << sb;
506 if (frame->joint & (0x01 << sb)) {
804 /* like frame->sb_sample but joint stereo */
806 /* scalefactor and scale_factor in joint case */
810 uint8_t joint = 0; local
811 frame->joint = 0;
821 /* Calculate joint stere
1149 uint8_t subbands, channels, blocks, joint, bitpool; local
[all...]
/external/bluetooth/bluez/audio/
H A Dgstsbcutil.c97 gboolean joint, stereo, dual, mono; local
100 joint = stereo = dual = mono = FALSE;
105 if (strcmp("joint", aux) == 0)
106 joint = TRUE;
118 if (joint)
119 return "joint";
242 return "joint";
250 if (g_ascii_strcasecmp(mode, "joint") == 0)
/external/freetype/src/raster/
H A Dftraster.c481 Bool joint; /* signals that the last arc ended */ member in struct:TWorker_
748 ras.joint = FALSE;
818 ras.joint = FALSE;
944 /* Subdivide one conic Bezier into two joint sub-arcs in the Bezier */
983 /* Subdivide a third-order Bezier arc into two joint sub-arcs in the */
1102 if ( ras.joint )
1105 ras.joint = FALSE;
1108 ras.joint = (char)( f2 == 0 );
1270 if ( ras.joint )
1273 ras.joint
[all...]

Completed in 83 milliseconds