Home
last modified time | relevance | path

Searched refs:subexp (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/perf/
H A Dgen_perf.py180 def brkt(subexp):
181 if " " in subexp:
182 return "(" + subexp + ")"
184 return subexp
304 subexp = callback(args)
306 stack.append(subexp)
/third_party/ffmpeg/libavcodec/
H A Dcbs_av1.c613 #define subexp(name, max, subs, ...) do { \ macro
653 #undef subexp macro
693 #define subexp(name, max, subs, ...) do { \ macro
731 #undef subexp macro
H A Dcbs_av1_syntax_template.c1143 subexp(gm_params[ref][idx], num_syms, 2, ref, idx); in global_motion_param()

Completed in 6 milliseconds