Searched refs:ff_tta_shift_1 (Results 1 – 4 of 4) sorted by relevance
24 const uint32_t ff_tta_shift_1[] = { variable38 const uint32_t * const ff_tta_shift_16 = ff_tta_shift_1 + 4;53 c->round = ff_tta_shift_1[shift-1]; in ff_tta_filter_init()
145 if (outval >= ff_tta_shift_1[k]) { in tta_encode_frame()146 outval -= ff_tta_shift_1[k]; in tta_encode_frame()178 put_bits(&pb, k, outval & (ff_tta_shift_1[k] - 1)); in tta_encode_frame()
44 extern const uint32_t ff_tta_shift_1[];
310 value += ff_tta_shift_1[rice->k0]; in tta_decode_frame()