Searched refs:res_t (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | pi.c | 1287 if (tcp->res_t == tcp->resE) { in opj_pi_check_next_level() 1829 tcp->res_t = tcp->resS; in opj_pi_create_encode() 1830 pi[pino].poc.resno0 = tcp->res_t; in opj_pi_create_encode() 1831 pi[pino].poc.resno1 = tcp->res_t + 1; in opj_pi_create_encode() 1832 tcp->res_t += 1; in opj_pi_create_encode() 1872 pi[pino].poc.resno0 = tcp->res_t - 1; in opj_pi_create_encode() 1873 pi[pino].poc.resno1 = tcp->res_t; in opj_pi_create_encode() 1898 if (tcp->res_t == tcp->resE) { in opj_pi_create_encode() 1900 tcp->res_t = tcp->resS; in opj_pi_create_encode() 1901 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/tensorflow/tensorflow/python/ops/ |
D | control_flow_ops.py | 1272 orig_res_t, res_t = context_t.BuildCondBranch(true_fn) 1275 context_t.ExitResult(res_t) 1299 nest.map_structure(_cast_indexed_slice_indices, res_t, res_f) 1311 if not res_t: 1314 res_t_flat = nest.flatten(res_t, expand_composites=True)
|