Searched refs:res_t (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | pi.c | 1284 if (tcp->res_t == tcp->resE) { in opj_pi_check_next_level() 1826 tcp->res_t = tcp->resS; in opj_pi_create_encode() 1827 pi[pino].poc.resno0 = tcp->res_t; in opj_pi_create_encode() 1828 pi[pino].poc.resno1 = tcp->res_t + 1; in opj_pi_create_encode() 1829 tcp->res_t += 1; in opj_pi_create_encode() 1869 pi[pino].poc.resno0 = tcp->res_t - 1; in opj_pi_create_encode() 1870 pi[pino].poc.resno1 = tcp->res_t; in opj_pi_create_encode() 1895 if (tcp->res_t == tcp->resE) { in opj_pi_create_encode() 1897 tcp->res_t = tcp->resS; in opj_pi_create_encode() 1898 pi[pino].poc.resno0 = tcp->res_t; in opj_pi_create_encode() [all …]
|
D | openjpeg.h | 347 OPJ_UINT32 lay_t, res_t, comp_t, prc_t, tx0_t, ty0_t; member
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_gather.c | 514 LLVMTypeRef res_t, gather_res_t; in lp_build_gather() local 540 res_t = lp_build_vec_type(gallivm, res_type); in lp_build_gather() 554 res = LLVMBuildZExt(gallivm->builder, res, res_t, ""); in lp_build_gather()
|
/external/syzkaller/executor/ |
D | executor.cc | 202 struct res_t { struct 207 res_t results[kMaxCommands]; argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | control_flow_ops.py | 1964 orig_res_t, res_t = context_t.BuildCondBranch(true_fn) 1967 context_t.ExitResult(res_t) 1998 if not res_t: 2001 res_t_flat = nest.flatten(res_t, expand_composites=True) 2007 _cast_indexed_slice_indices(res_t, res_t_flat, res_f_flat)
|