/third_party/ffmpeg/libavcodec/ |
D | rv30.c | 179 int ij = i + j; in rv30_loop_filter() local 181 if(r->deblock_coefs[mb_pos] & (1 << ij)) in rv30_loop_filter() 183 else if(!i && r->deblock_coefs[mb_pos - 1] & (1 << (ij + 3))) in rv30_loop_filter() 185 else if( i && r->deblock_coefs[mb_pos] & (1 << (ij - 1))) in rv30_loop_filter() 199 int ij = i + (j >> 1); in rv30_loop_filter() local 201 if (cur_cbp & (1 << ij)) in rv30_loop_filter() 203 else if(!i && left_cbp & (1 << (ij + 1))) in rv30_loop_filter() 205 else if( i && cur_cbp & (1 << (ij - 1))) in rv30_loop_filter() 221 int ij = i + j; in rv30_loop_filter() local 223 if(r->deblock_coefs[mb_pos] & (1 << ij)) in rv30_loop_filter() [all …]
|
D | rv40.c | 467 int ij = i + j; in rv40_loop_filter() local 468 int clip_cur = y_to_deblock & (MASK_CUR << ij) ? clip[POS_CUR] : 0; in rv40_loop_filter() 469 int dither = j ? ij : i*4; in rv40_loop_filter() 473 if(y_h_deblock & (MASK_BOTTOM << ij)){ in rv40_loop_filter() 476 … y_to_deblock & (MASK_BOTTOM << ij) ? clip[POS_CUR] : 0, in rv40_loop_filter() 481 … if(y_v_deblock & (MASK_CUR << ij) && (i || !(mb_strong[POS_CUR] | mb_strong[POS_LEFT]))){ in rv40_loop_filter() 485 clip_left = y_to_deblock & (MASK_CUR << (ij-1)) ? clip[POS_CUR] : 0; in rv40_loop_filter() 499 … if(y_v_deblock & (MASK_CUR << ij) && !i && (mb_strong[POS_CUR] | mb_strong[POS_LEFT])){ in rv40_loop_filter() 512 int ij = i + j*2; in rv40_loop_filter() local 513 int clip_cur = c_to_deblock[k] & (MASK_CUR << ij) ? clip[POS_CUR] : 0; in rv40_loop_filter() [all …]
|
D | cbs_jpeg_syntax_template.c | 81 int err, i, j, ij; in FUNC() local 89 ij = 0; in FUNC() 92 if (ij >= 224) in FUNC() 94 us(8, V[ij], ij, 0, 255); in FUNC() 95 ++ij; in FUNC()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_nir_lower_load_barycentric_at_offset.c | 43 nir_ssa_def *ij = nir_load_barycentric_pixel(b, 32, .interp_mode = interp_mode); in ir3_nir_lower_load_barycentric_at_offset_instr() local 53 nir_ssa_def *new_ij = ij; in ir3_nir_lower_load_barycentric_at_offset_instr() 54 new_ij = nir_ffma(b, chan(off, 0), nir_fddx(b, ij), new_ij); in ir3_nir_lower_load_barycentric_at_offset_instr() 55 new_ij = nir_ffma(b, chan(off, 1), nir_fddy(b, ij), new_ij); in ir3_nir_lower_load_barycentric_at_offset_instr() 69 … nir_vec3(b, nir_fmul(b, chan(ij, 0), center_w), nir_fmul(b, chan(ij, 1), center_w), center_w); in ir3_nir_lower_load_barycentric_at_offset_instr()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | testutil.cpp | 282 for (int32_t ij = 0; ij < UPRV_LENGTHOF(ZIG_ZAG); ++ij) { in checkEditsIter() local 283 int32_t j = ZIG_ZAG[ij]; in checkEditsIter() 293 for (int32_t ij = 0; ij < UPRV_LENGTHOF(ZIG_ZAG); ++ij) { in checkEditsIter() local 294 int32_t j = ZIG_ZAG[ij]; in checkEditsIter()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | pl_FONIPA_ja.txt | 43 b[ij]a → ビャ; 44 b[ij]o → ビョ; 45 b[ij] → ビ; 230 ts[ij] → ツィ ;
|
D | nl_Title.txt | 9 # Special titlecasing for Dutch initial "ij".
|
D | es_FONIPA_ja.txt | 21 [ij{i\u032F}]+ → i;
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | pl_FONIPA_ja.txt | 44 b[ij]a → ビャ; 45 b[ij]o → ビョ; 46 b[ij] → ビ; 231 ts[ij] → ツィ ;
|
D | nl_Title.txt | 10 # Special titlecasing for Dutch initial "ij".
|
D | es_FONIPA_ja.txt | 22 [ij{i\u032F}]+ → i;
|
D | hy_AREVMDA_hy_AREVMDA_FONIPA.txt | 53 իա → ijɑ; # միասին → /mijɑsin/
|
/third_party/icu/icu4c/source/data/translit/ |
D | pl_FONIPA_ja.txt | 44 b[ij]a → ビャ; 45 b[ij]o → ビョ; 46 b[ij] → ビ; 231 ts[ij] → ツィ ;
|
D | nl_Title.txt | 10 # Special titlecasing for Dutch initial "ij".
|
D | hy_AREVMDA_hy_AREVMDA_FONIPA.txt | 53 իա → ijɑ; # միասին → /mijɑsin/
|
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/ |
D | videotestsrc.c | 489 int ij[5]; /* parts of 'x' and 'y' */ in gst_video_test_src_smpte_rp_219() local 575 ij[i] = c3 + i_err[c3r][i]; in gst_video_test_src_smpte_rp_219() 577 ij[3] = ij[1]; in gst_video_test_src_smpte_rp_219() 578 ij[4] = ij[2]; in gst_video_test_src_smpte_rp_219() 581 h = hijm - ij[0] - ij[1] - ij[2] - ij[3] - ij[4] - m; in gst_video_test_src_smpte_rp_219() 717 x2 = x1 + ij[0]; in gst_video_test_src_smpte_rp_219() 722 x2 = x1 + ij[1]; in gst_video_test_src_smpte_rp_219() 727 x2 = x1 + ij[2]; in gst_video_test_src_smpte_rp_219() 732 x2 = x1 + ij[3]; in gst_video_test_src_smpte_rp_219() 737 x2 = x1 + ij[4]; in gst_video_test_src_smpte_rp_219()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
D | vktComputeCooperativeMatrixTests.cpp | 1059 deUint32 ik, kj, ij; in iterate() local 1089 ij = mX * M + i + strides[2] * (mY * N + j); in iterate() 1091 ij = mX * N + j + strides[2] * (mY * M + i); in iterate() 1093 float Cij = getDataFloat(ptrs[2], dataTypes[2], ij); in iterate() 1097 float Dij = getDataFloat(ptrs[3], dataTypes[3], ij); in iterate() 1180 deUint32 ik, kj, ij; in iterate() local 1210 ij = mX * M + i + strides[2] * (mY * N + j); in iterate() 1212 ij = mX * N + j + strides[2] * (mY * M + i); in iterate() 1214 deUint32 Cij = getDataInt(ptrs[2], dataTypes[2], ij); in iterate() 1218 deUint32 Dij = getDataInt(ptrs[3], dataTypes[3], ij); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeCooperativeMatrixTests.cpp | 1059 deUint32 ik, kj, ij; in iterate() local 1089 ij = mX * M + i + strides[2] * (mY * N + j); in iterate() 1091 ij = mX * N + j + strides[2] * (mY * M + i); in iterate() 1093 float Cij = getDataFloat(ptrs[2], dataTypes[2], ij); in iterate() 1097 float Dij = getDataFloat(ptrs[3], dataTypes[3], ij); in iterate() 1180 deUint32 ik, kj, ij; in iterate() local 1210 ij = mX * M + i + strides[2] * (mY * N + j); in iterate() 1212 ij = mX * N + j + strides[2] * (mY * M + i); in iterate() 1214 deUint32 Cij = getDataInt(ptrs[2], dataTypes[2], ij); in iterate() 1218 deUint32 Dij = getDataInt(ptrs[3], dataTypes[3], ij); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 1461 …const tcu::Interval ij (coordFormat.roundOut(coordFormat.roundOut(uv, false) - tcu::Interval(0.5),… in calculateNearestIJRange() local 1463 …return tcu::IVec2(deRoundToInt32(ij.lo() - coordFormat.ulp(ij.lo(), 1)), deRoundToInt32(ij.hi() + … in calculateNearestIJRange() 1470 const tcu::Interval ij (coordFormat.roundOut(uv - tcu::Interval(0.5), false)); in calculateLinearIJRange() local 1472 return tcu::IVec2(deFloorToInt32(ij.lo()), deFloorToInt32(ij.hi())); in calculateLinearIJRange() 1486 int ij) in calculateAB() argument 1489 const tcu::Interval ab (frac((uv - 0.5) & tcu::Interval((double)ij, (double)(ij + 1)))); in calculateAB()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 1461 …const tcu::Interval ij (coordFormat.roundOut(coordFormat.roundOut(uv, false) - tcu::Interval(0.5),… in calculateNearestIJRange() local 1463 …return tcu::IVec2(deRoundToInt32(ij.lo() - coordFormat.ulp(ij.lo(), 1)), deRoundToInt32(ij.hi() + … in calculateNearestIJRange() 1470 const tcu::Interval ij (coordFormat.roundOut(uv - tcu::Interval(0.5), false)); in calculateLinearIJRange() local 1472 return tcu::IVec2(deFloorToInt32(ij.lo()), deFloorToInt32(ij.hi())); in calculateLinearIJRange() 1486 int ij) in calculateAB() argument 1489 const tcu::Interval ab (frac((uv - 0.5) & tcu::Interval((double)ij, (double)(ij + 1)))); in calculateAB()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | upsampling_sse41.c | 43 #define GET_M(ij, in, out) do { \ argument 45 const __m128i tmp1 = _mm_and_si128((ij), st); /* (ij) & (s^t) */ \
|
D | upsampling_sse2.c | 41 #define GET_M(ij, in, out) do { \ argument 43 const __m128i tmp1 = _mm_and_si128((ij), st); /* (ij) & (s^t) */ \
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | upsampling_sse41.c | 43 #define GET_M(ij, in, out) do { \ argument 45 const __m128i tmp1 = _mm_and_si128((ij), st); /* (ij) & (s^t) */ \
|
D | upsampling_sse2.c | 41 #define GET_M(ij, in, out) do { \ argument 43 const __m128i tmp1 = _mm_and_si128((ij), st); /* (ij) & (s^t) */ \
|
/third_party/glslang/Test/ |
D | decls.frag | 15 int ij, ik5[5] = int[](5, 6, 7, 8, 9);
|