Home
last modified time | relevance | path

Searched refs:ij (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/ffmpeg/libavcodec/
Drv30.c179 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 …]
Dcbs_jpeg_syntax_template.c81 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()
Drv40.c464 int ij = i + j; in rv40_loop_filter() local
465 int clip_cur = y_to_deblock & (MASK_CUR << ij) ? clip[POS_CUR] : 0; in rv40_loop_filter()
466 int dither = j ? ij : i*4; in rv40_loop_filter()
470 if(y_h_deblock & (MASK_BOTTOM << ij)){ in rv40_loop_filter()
473 … y_to_deblock & (MASK_BOTTOM << ij) ? clip[POS_CUR] : 0, in rv40_loop_filter()
478 … if(y_v_deblock & (MASK_CUR << ij) && (i || !(mb_strong[POS_CUR] | mb_strong[POS_LEFT]))){ in rv40_loop_filter()
482 clip_left = y_to_deblock & (MASK_CUR << (ij-1)) ? clip[POS_CUR] : 0; in rv40_loop_filter()
496 … if(y_v_deblock & (MASK_CUR << ij) && !i && (mb_strong[POS_CUR] | mb_strong[POS_LEFT])){ in rv40_loop_filter()
509 int ij = i + j*2; in rv40_loop_filter() local
510 int clip_cur = c_to_deblock[k] & (MASK_CUR << ij) ? clip[POS_CUR] : 0; in rv40_loop_filter()
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dtestutil.cpp282 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/
Dpl_FONIPA_ja.txt43 b[ij]a → ビャ;
44 b[ij]o → ビョ;
45 b[ij] → ビ;
230 ts[ij] → ツィ ;
Dnl_Title.txt9 # Special titlecasing for Dutch initial "ij".
Des_FONIPA_ja.txt21 [ij{i\u032F}]+ → i;
Dhy_AREVMDA_hy_AREVMDA_FONIPA.txt52 իա → ijɑ; # միասին → /mijɑsin/
Dro_ro_FONIPA.txt55 ii → ij ;
/third_party/icu/icu4c/source/data/translit/
Dpl_FONIPA_ja.txt43 b[ij]a → ビャ;
44 b[ij]o → ビョ;
45 b[ij] → ビ;
230 ts[ij] → ツィ ;
Dnl_Title.txt9 # Special titlecasing for Dutch initial "ij".
Des_FONIPA_ja.txt21 [ij{i\u032F}]+ → i;
Dhy_AREVMDA_hy_AREVMDA_FONIPA.txt52 իա → ijɑ; # միասին → /mijɑsin/
Dro_ro_FONIPA.txt55 ii → ij ;
/third_party/skia/third_party/externals/icu/source/data/translit/
Dpl_FONIPA_ja.txt44 b[ij]a → ビャ;
45 b[ij]o → ビョ;
46 b[ij] → ビ;
231 ts[ij] → ツィ ;
Dnl_Title.txt10 # Special titlecasing for Dutch initial "ij".
Des_FONIPA_ja.txt22 [ij{i\u032F}]+ → i;
Dhy_AREVMDA_hy_AREVMDA_FONIPA.txt53 իա → ijɑ; # միասին → /mijɑsin/
Dro_ro_FONIPA.txt56 ii → ij ;
/third_party/boost/libs/multiprecision/test/
Dconstexpr_test_cpp_int_5.cpp162 std::int32_t ii, ij; in main() local
163 boost::multiprecision::divide_qr(i, j, ii, ij); in main()
174 std::int32_t ii, ij; in main() local
175 boost::multiprecision::divide_qr(i, j, ii, ij); in main()
176 BOOST_CHECK_EQUAL(ij, k); in main()
/third_party/boost/libs/numeric/odeint/doc/
Dtutorial_chaotic_system.qbk153 …that [' p [subl ij] = __delta [subl ij]], where ['p [subl ij]] is the ['j]-component of the ['i].-…
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dupsampling_sse41.c43 #define GET_M(ij, in, out) do { \ argument
45 const __m128i tmp1 = _mm_and_si128((ij), st); /* (ij) & (s^t) */ \
Dupsampling_sse2.c41 #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/
Dupsampling_sse41.c43 #define GET_M(ij, in, out) do { \ argument
45 const __m128i tmp1 = _mm_and_si128((ij), st); /* (ij) & (s^t) */ \
Dupsampling_sse2.c41 #define GET_M(ij, in, out) do { \ argument
43 const __m128i tmp1 = _mm_and_si128((ij), st); /* (ij) & (s^t) */ \

1234