Searched refs:rac (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | lagarith.c | 136 static int lag_read_prob_header(lag_rac *rac, GetBitContext *gb) in lag_read_prob_header() argument 144 rac->prob[0] = 0; in lag_read_prob_header() 145 rac->prob[257] = UINT_MAX; in lag_read_prob_header() 148 if (lag_decode_prob(gb, &rac->prob[i]) < 0) { in lag_read_prob_header() 149 av_log(rac->avctx, AV_LOG_ERROR, "Invalid probability encountered.\n"); in lag_read_prob_header() 152 if ((uint64_t)cumul_prob + rac->prob[i] > UINT_MAX) { in lag_read_prob_header() 153 av_log(rac->avctx, AV_LOG_ERROR, "Integer overflow encountered in cumulative probability calculation.\n"); in lag_read_prob_header() 156 cumul_prob += rac->prob[i]; in lag_read_prob_header() 157 if (!rac->prob[i]) { in lag_read_prob_header() 159 av_log(rac in lag_read_prob_header() 329 lag_decode_line(LagarithContext *l, lag_rac *rac, uint8_t *dst, int width, int stride, int esc_count) lag_decode_line() argument 442 lag_rac rac; lag_decode_arith_plane() local [all...] |
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-client.c | 1247 uint8_t rac[APPLE_CHALLENGE_LENGTH]; in rtsp_auth_cb() local 1258 pa_random(rac, APPLE_CHALLENGE_LENGTH); in rtsp_auth_cb() 1260 pa_raop_base64_encode(rac, APPLE_CHALLENGE_LENGTH, &sac); in rtsp_auth_cb()
|
Completed in 5 milliseconds