Searched refs:allocation_method (Results 1 – 6 of 6) sorted by relevance
98 uint8_t allocation_method : 1; /* Allocation method */ member134 uint8_t allocation_method : 1; /* Allocation method */ member
94 uint8_t allocation_method : 1; /* Allocation method */ member128 uint8_t allocation_method : 1; /* Allocation method */ member
113 frame->allocation_method = (data[1] >> 1) & 0x01; in bk_sbc_decoder_frame_decode()123 frame->allocation_method = (data[1] >> 1) & 0x01; in bk_sbc_decoder_frame_decode()129 frame->allocation_method = 0; in bk_sbc_decoder_frame_decode()321 if (sbc->allocation_method == SBC_ALLOCATION_METHOD_SNR) { in bk_sbc_decoder_bit_allocation()415 if (sbc->allocation_method == SBC_ALLOCATION_METHOD_SNR) { in bk_sbc_decoder_bit_allocation()
93 int8_t allocation_method; /**< allocation method */ member
334 RtkLogMsg("allocation method %s", alloc_methods[hdr->allocation_method]); in print_sbc_header()
346 RtkLogMsg("allocation method %s", alloc_methods[hdr->allocation_method]); in print_sbc_header()