Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dpsymodel.c58 ctx->group[i].num_ch = group_map[i] + 1; in ff_psy_init()
59 for (j = 0; j < ctx->group[i].num_ch * 2; j++) in ff_psy_init()
78 ch += ctx->group[i++].num_ch; in ff_psy_find_group()
Dpsymodel.h70 uint8_t num_ch; ///< number of channels in this group member
Daacpsy.c854 for (ch = 0; ch < group->num_ch; ch++) in psy_3gpp_analyze()