Searched refs:dst_num (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_lower_parallelcopy.c | 72 do_xor(struct ir3_instruction *instr, unsigned dst_num, unsigned src1_num, in do_xor() argument 77 ir3_dst_create(xor, dst_num, flags); in do_xor() 152 unsigned dst_num = ra_physreg_to_num(entry->dst, entry->flags); in do_swap() local 162 do_xor(instr, dst_num, dst_num, src_num, entry->flags); in do_swap() 163 do_xor(instr, src_num, src_num, dst_num, entry->flags); in do_swap() 164 do_xor(instr, dst_num, dst_num, src_num, entry->flags); in do_swap() 174 ir3_dst_create(swz, dst_num, entry->flags); in do_swap() 177 ir3_src_create(swz, dst_num, entr in do_swap() 228 unsigned dst_num = ra_physreg_to_num(entry->dst, entry->flags); do_copy() local 253 unsigned dst_num = ra_physreg_to_num(entry->dst, entry->flags); do_copy() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | imfdec.c | 159 int dst_num; in imf_time_to_ts() local 165 if ((av_reduce(&dst_num, &dst_den, r.num, r.den, INT64_MAX) != 1)) in imf_time_to_ts() 171 *ts = dst_num; in imf_time_to_ts() 909 int dst_num; in coherent_ts() local 913 ret = av_reduce(&dst_num, &dst_den, ts * in_tb.num * out_tb.den, in coherent_ts()
|
/third_party/ffmpeg/libavutil/ |
H A D | rational.h | 113 * @param[out] dst_num Destination numerator 117 * @param[in] max Maximum allowed values for `dst_num` & `dst_den` 120 int av_reduce(int *dst_num, int *dst_den, int64_t num, int64_t den, int64_t max);
|
H A D | rational.c | 35 int av_reduce(int *dst_num, int *dst_den, in av_reduce() argument 74 *dst_num = sign ? -a1.num : a1.num; in av_reduce()
|
Completed in 4 milliseconds