Searched refs:tx1 (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | pi.c | 341 pi->poc.tx1 = pi->tx1; in opj_pi_next_rpcl() 345 …for (pi->x = pi->poc.tx0; pi->x < pi->poc.tx1; pi->x += (OPJ_INT32)(pi->dx - (OPJ_UINT32)(pi->x % … in opj_pi_next_rpcl() 360 trx1 = opj_int_ceildiv(pi->tx1, (OPJ_INT32)(comp->dx << levelno)); in opj_pi_next_rpcl() 428 pi->poc.tx1 = pi->tx1; in opj_pi_next_pcrl() 431 …for (pi->x = pi->poc.tx0; pi->x < pi->poc.tx1; pi->x += (OPJ_INT32)(pi->dx - (OPJ_UINT32)(pi->x % … in opj_pi_next_pcrl() 444 trx1 = opj_int_ceildiv(pi->tx1, (OPJ_INT32)(comp->dx << levelno)); in opj_pi_next_pcrl() 512 pi->poc.tx1 = pi->tx1; in opj_pi_next_cprl() 515 …for (pi->x = pi->poc.tx0; pi->x < pi->poc.tx1; pi->x += (OPJ_INT32)(pi->dx - (OPJ_UINT32)(pi->x % … in opj_pi_next_cprl() 526 trx1 = opj_int_ceildiv(pi->tx1, (OPJ_INT32)(comp->dx << levelno)); in opj_pi_next_cprl() 1272 l_current_pi->tx1 = l_tx1; in opj_pi_create_decode() [all …]
|
D | pi.h | 103 OPJ_INT32 tx0, ty0, tx1, ty1; member
|
D | openjpeg.h | 339 OPJ_INT32 tx0,tx1,ty0,ty1; member
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 1184 const float *tx0, *tx1; in img_filter_1d_linear() local 1197 tx1 = get_texel_2d(samp, addr, x1, 0); in img_filter_1d_linear() 1201 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]); in img_filter_1d_linear() 1221 const float *tx0, *tx1; in img_filter_1d_array_linear() local 1235 tx1 = get_texel_1d_array(samp, addr, x1, layer); in img_filter_1d_array_linear() 1239 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]); in img_filter_1d_array_linear() 1259 const float *tx0, *tx1, *tx2, *tx3; in img_filter_2d_linear() local 1275 tx1 = get_texel_2d(samp, addr, x1, y0); in img_filter_2d_linear() 1282 tx0[c], tx1[c], in img_filter_2d_linear() 1303 const float *tx0, *tx1, *tx2, *tx3; in img_filter_2d_array_linear() local [all …]
|
/external/toybox/tests/ |
D | printf.test | 22 testing "printf hex" "$PRINTF 'A\x1b\x2B\x3Q\xa' | od -An -tx1" \
|
/external/vboot_reference/utility/ |
D | dev_debug_vboot | 369 loghead od -Ax -tx1 "${kfile}"
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr17168.ll | 467 !410 = !DIGlobalVariable(name: "tx1", line: 31, isLocal: true, isDefinition: true, scope: null, fil…
|