Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_nir_opt_outputs.c147 nir_instr *cur_chan = cur->chan[j].value; in ac_eliminate_duplicated_output() local
150 if (!cur_chan) in ac_eliminate_duplicated_output()
162 if (prev_chan != cur_chan && in ac_eliminate_duplicated_output()
164 cur_chan->type != nir_instr_type_load_const || in ac_eliminate_duplicated_output()
166 nir_instr_as_load_const(cur_chan)->value[0].u32)) { in ac_eliminate_duplicated_output()
196 struct ac_chan_info *cur_chan = &cur->chan[i]; in ac_eliminate_duplicated_output() local
198 b->cursor = nir_after_instr(&cur_chan->store_intr->instr); in ac_eliminate_duplicated_output()
201 nir_alu_type src_type = nir_intrinsic_src_type(cur_chan->store_intr); in ac_eliminate_duplicated_output()
202 struct nir_io_semantics sem = nir_intrinsic_io_semantics(cur_chan->store_intr); in ac_eliminate_duplicated_output()
203 struct nir_io_xfb xfb = nir_intrinsic_io_xfb(cur_chan->store_intr); in ac_eliminate_duplicated_output()
[all …]
/third_party/ffmpeg/libavcodec/
Dttaenc.c90 int ret, i, out_bytes, cur_chan, res, samples; in tta_encode_frame() local
94 cur_chan = 0, res = 0, samples = 0; in tta_encode_frame()
107 TTAChannel *c = &s->ch_ctx[cur_chan]; in tta_encode_frame()
116 if (cur_chan < avctx->channels - 1) in tta_encode_frame()
178 if (cur_chan < avctx->channels - 1) in tta_encode_frame()
179 cur_chan++; in tta_encode_frame()
181 cur_chan = 0; in tta_encode_frame()
Dtta.c229 int cur_chan = 0, framelen = s->frame_length; in tta_decode_frame() local
265 int32_t *predictor = &s->ch_ctx[cur_chan].predictor; in tta_decode_frame()
266 TTAFilter *filter = &s->ch_ctx[cur_chan].filter; in tta_decode_frame()
267 TTARice *rice = &s->ch_ctx[cur_chan].rice; in tta_decode_frame()
331 if (cur_chan < (s->channels-1)) in tta_decode_frame()
332 cur_chan++; in tta_decode_frame()
340 cur_chan = 0; in tta_decode_frame()
Dshorten.c103 int cur_chan; member
512 s->cur_chan = 0; in read_header()
603 s->cur_chan = 0; in shorten_decode_frame()
604 while (s->cur_chan < s->channels) { in shorten_decode_frame()
668 int channel = s->cur_chan; in shorten_decode_frame()
730 s->cur_chan++; in shorten_decode_frame()
731 if (s->cur_chan == s->channels) { in shorten_decode_frame()
766 if (s->cur_chan < s->channels) in shorten_decode_frame()