Home
last modified time | relevance | path

Searched refs:prof_num (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhq_hqa.c117 int prof_num, size_t data_size) in hq_decode_frame() argument
125 if ((unsigned)prof_num >= NUM_HQ_PROFILES) { in hq_decode_frame()
127 avpriv_request_sample(ctx->avctx, "HQ Profile %d", prof_num); in hq_decode_frame()
129 profile = &ff_hq_profile[prof_num]; in hq_decode_frame()
130 av_log(ctx->avctx, AV_LOG_VERBOSE, "HQ Profile %d\n", prof_num); in hq_decode_frame()