Home
last modified time | relevance | path

Searched refs:col7 (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Djfdctfst-neon.c82 int16x8_t col7 = cols_37.val[1]; in jsimd_fdct_ifast_neon() local
89 int16x8_t tmp0 = vaddq_s16(col0, col7); in jsimd_fdct_ifast_neon()
90 int16x8_t tmp7 = vsubq_s16(col0, col7); in jsimd_fdct_ifast_neon()
130 col7 = vsubq_s16(z11, z4); in jsimd_fdct_ifast_neon()
136 int16x8x2_t cols_67 = vtrnq_s16(col6, col7); in jsimd_fdct_ifast_neon()
H A Djfdctint-neon.c119 int16x8_t col7 = cols_37.val[1]; in jsimd_fdct_islow_neon() local
123 int16x8_t tmp0 = vaddq_s16(col0, col7); in jsimd_fdct_islow_neon()
124 int16x8_t tmp7 = vsubq_s16(col0, col7); in jsimd_fdct_islow_neon()
207 col7 = vcombine_s16(vrshrn_n_s32(tmp4_l, DESCALE_P1), in jsimd_fdct_islow_neon()
235 int16x8x2_t cols_67 = vtrnq_s16(col6, col7); in jsimd_fdct_islow_neon()
H A Djidctfst-neon.c358 int16x8_t col7 = vreinterpretq_s16_s32(cols_37.val[1]); in jsimd_idct_ifast_neon() local
380 int16x8_t z11 = vaddq_s16(col1, col7); in jsimd_idct_ifast_neon()
381 int16x8_t z12 = vsubq_s16(col1, col7); in jsimd_idct_ifast_neon()
403 col7 = vsubq_s16(tmp0, tmp7); in jsimd_idct_ifast_neon()
419 vqshrn_n_s16(col7, PASS1_BITS + 3)); in jsimd_idct_ifast_neon()
H A Djidctred-neon.c435 int16x4_t col7 = vreinterpret_s16_s32(vget_high_s32(cols_1537.val[1])); in jsimd_idct_4x4_neon() local
448 tmp0 = vmull_lane_s16(col7, consts.val[0], 2); in jsimd_idct_4x4_neon()
453 tmp2 = vmull_lane_s16(col7, consts.val[1], 2); in jsimd_idct_4x4_neon()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djidctred-sse2.asm171 pshufd xmm3, xmm3, 0xFA ; xmm3=[col6 col7]=(06 06 06 06 07 07 07 07)
307 punpckhdq xmm3, xmm7 ; xmm3=[col6 col7]=(06 16 26 36 07 17 27 37)
487 paddd xmm0, xmm2 ; xmm0=tmp0[col1 col3 col5 col7]
500 psrad xmm1, (WORD_BIT-CONST_BITS-2) ; xmm1=tmp10[col1 col3 col5 col7]
507 paddd xmm1, xmm0 ; xmm1=data0[col1 col3 col5 col7]=(A1 A3 A5 A7)
509 psubd xmm5, xmm0 ; xmm5=data1[col1 col3 col5 col7]=(B1 B3 B5 B7)
H A Djidctfst-sse2.asm153 pshufd xmm7, xmm7, 0xFF ; xmm7=col7=(07 07 07 07 07 07 07 07)
318 punpckhqdq xmm7, xmm0 ; xmm7=col7=(07 17 27 37 47 57 67 77)
364 ; xmm0=col1, xmm5=col3, xmm4=col5, xmm7=col7
H A Djidctred-mmx.asm589 paddd mm6, mm3 ; mm6=tmp0[col5 col7]
607 psrad mm5, (WORD_BIT-CONST_BITS-2) ; mm5=tmp10[col5 col7]
621 paddd mm5, mm6 ; mm5=data0[col5 col7]=(A5 A7)
623 psubd mm3, mm6 ; mm3=data1[col5 col7]=(B5 B7)
H A Djidctint-sse2.asm168 pshufd xmm4, xmm4, 0xFF ; xmm4=col7=(07 07 07 07 07 07 07 07)
173 movdqa XMMWORD [wk(11)], xmm4 ; wk(11)=col7
507 punpckhqdq xmm4, xmm5 ; xmm4=col7=(07 17 27 37 47 57 67 77)
510 movdqa XMMWORD [wk(11)], xmm4 ; wk(11)=col7
596 movdqa xmm1, XMMWORD [wk(11)] ; xmm1=col7
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djidctred-sse2.asm165 pshufd xmm3, xmm3, 0xFA ; xmm3=[col6 col7]=(06 06 06 06 07 07 07 07)
300 punpckhdq xmm3, xmm7 ; xmm3=[col6 col7]=(06 16 26 36 07 17 27 37)
472 paddd xmm0, xmm2 ; xmm0=tmp0[col1 col3 col5 col7]
485 psrad xmm1, (WORD_BIT-CONST_BITS-2) ; xmm1=tmp10[col1 col3 col5 col7]
492 paddd xmm1, xmm0 ; xmm1=data0[col1 col3 col5 col7]=(A1 A3 A5 A7)
494 psubd xmm5, xmm0 ; xmm5=data1[col1 col3 col5 col7]=(B1 B3 B5 B7)
H A Djidctfst-sse2.asm147 pshufd xmm7, xmm7, 0xFF ; xmm7=col7=(07 07 07 07 07 07 07 07)
311 punpckhqdq xmm7, xmm0 ; xmm7=col7=(07 17 27 37 47 57 67 77)
357 ; xmm0=col1, xmm5=col3, xmm4=col5, xmm7=col7
H A Djidctint-sse2.asm162 pshufd xmm4, xmm4, 0xFF ; xmm4=col7=(07 07 07 07 07 07 07 07)
167 movdqa XMMWORD [wk(11)], xmm4 ; wk(11)=col7
500 punpckhqdq xmm4, xmm5 ; xmm4=col7=(07 17 27 37 47 57 67 77)
503 movdqa XMMWORD [wk(11)], xmm4 ; wk(11)=col7
589 movdqa xmm1, XMMWORD [wk(11)] ; xmm1=col7
/third_party/ffmpeg/libavcodec/
H A Dvp9dec.h171 int row, row7, col, col7; member
H A Dvp9block.c1276 td->col7 = col & 7; in ff_vp9_decode_block()
1435 int skip_inter = !b->intra && b->skip, col7 = td->col7, row7 = td->row7; in ff_vp9_decode_block() local
1437 setctx_2d(&lflvl->level[row7 * 8 + col7], w4, h4, 8, lvl); in ff_vp9_decode_block()
1438 mask_edges(lflvl->mask[0], 0, 0, row7, col7, x_end, y_end, 0, 0, b->tx, skip_inter); in ff_vp9_decode_block()
1440 mask_edges(lflvl->mask[1], s->ss_h, s->ss_v, row7, col7, x_end, y_end, in ff_vp9_decode_block()
/third_party/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp873 RuleBasedCollator *col7 = new RuleBasedCollator(ruleset2, Collator::TERTIARY, success); in TestOperators() local
890 // doAssert((*col7 == *col8), "The two equal table collations compared different"); in TestOperators()
891 doAssert((*col7 != *col9), "The two different table collations compared equal"); in TestOperators()
901 delete col7; in TestOperators()

Completed in 16 milliseconds