HomeSort by: relevance | last modified time | path
    Searched defs:joint (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/bta2dpd/bta2dpd/
sbc_encode.c 90 uint8_t joint; member in struct:a2dp_frame_header_joint
163 unsigned int joint; local in function:calc_scalefactors_joint
165 joint = 0;
200 joint |= (unsigned int)(1 << (global_bands - sb - 1));
212 return (uint8_t)joint;
sbc_encode.c 90 uint8_t joint; member in struct:a2dp_frame_header_joint
163 unsigned int joint; local in function:calc_scalefactors_joint
165 joint = 0;
200 joint |= (unsigned int)(1 << (global_bands - sb - 1));
212 return (uint8_t)joint;

Completed in 66 milliseconds