Home
last modified time | relevance | path

Searched refs:ch_assign (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmlpdec.c75 uint8_t ch_assign[MAX_CHANNELS]; member
399 m->dsp.mlp_pack_output = m->dsp.mlp_select_pack_output(m->substream[m->max_decoded_substream].ch_assign, in read_major_sync()
598 memset(s->ch_assign, 0, sizeof(s->ch_assign)); in read_restart_header()
601 int ch_assign = get_bits(gbp, 6); in read_restart_header() local
604 enum AVChannel channel = thd_channel_layout_extract_channel(s->mask, ch_assign); in read_restart_header()
607 ch_assign = av_channel_layout_index_from_channel(&l, channel); in read_restart_header()
609 if (ch_assign < 0 || ch_assign > s->max_matrix_channel) { in read_restart_header()
612 ch, ch_assign); in read_restart_header()
[all...]
H A Dmlpdsp.h44 uint8_t *ch_assign,
65 int32_t (*(*mlp_select_pack_output)(uint8_t *ch_assign,
73 uint8_t *ch_assign,
H A Dmlpdsp.c92 static int32_t (*mlp_select_pack_output(uint8_t *ch_assign, in mlp_select_pack_output() argument
104 uint8_t *ch_assign, in ff_mlp_pack_output()
115 int mat_ch = ch_assign[out_ch]; in ff_mlp_pack_output()
100 ff_mlp_pack_output(int32_t lossless_check_data, uint16_t blockpos, int32_t (*sample_buffer)[MAX_CHANNELS], void *data, uint8_t *ch_assign, int8_t *output_shift, uint8_t max_matrix_channel, int is32) ff_mlp_pack_output() argument
/third_party/ffmpeg/libavcodec/arm/
H A Dmlpdsp_init_arm.c89 static int32_t (*mlp_select_pack_output_armv6(uint8_t *ch_assign, in mlp_select_pack_output_armv6() argument
122 if (ch_assign[i] != i) in mlp_select_pack_output_armv6()

Completed in 3 milliseconds