Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
H A 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 in ac_eliminate_duplicated_output()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dttaenc.c92 int ret, i, out_bytes, cur_chan, res, samples; in tta_encode_frame() local
96 cur_chan = 0, res = 0, samples = 0; in tta_encode_frame()
109 TTAChannel *c = &s->ch_ctx[cur_chan]; in tta_encode_frame()
118 if (cur_chan < avctx->ch_layout.nb_channels - 1) in tta_encode_frame()
180 if (cur_chan < avctx->ch_layout.nb_channels - 1) in tta_encode_frame()
181 cur_chan++; in tta_encode_frame()
183 cur_chan = 0; in tta_encode_frame()
H A Dtta.c235 int cur_chan = 0, framelen = s->frame_length; in tta_decode_frame() local
271 int32_t *predictor = &s->ch_ctx[cur_chan].predictor; in tta_decode_frame()
272 TTAFilter *filter = &s->ch_ctx[cur_chan].filter; in tta_decode_frame()
273 TTARice *rice = &s->ch_ctx[cur_chan].rice; in tta_decode_frame()
337 if (cur_chan < (s->channels-1)) in tta_decode_frame()
338 cur_chan++; in tta_decode_frame()
346 cur_chan = 0; in tta_decode_frame()
H A Dshorten.c104 int cur_chan; member
517 s->cur_chan = 0; in read_header()
608 s->cur_chan = 0; in shorten_decode_frame()
609 while (s->cur_chan < s->channels) { in shorten_decode_frame()
673 int channel = s->cur_chan; in shorten_decode_frame()
735 s->cur_chan++; in shorten_decode_frame()
736 if (s->cur_chan == s->channels) { in shorten_decode_frame()
771 if (s->cur_chan < s->channels) in shorten_decode_frame()

Completed in 4 milliseconds