Home
last modified time | relevance | path

Searched refs:BLOCK (Results 1 – 25 of 159) sorted by relevance

1234567

/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djcphuff-sse2.asm36 pinsrw X0, word [BLOCK + T0 * 2], 0
37 pinsrw X1, word [BLOCK + T1 * 2], 0
41 pinsrw X0, word [BLOCK + T0 * 2], 1
42 pinsrw X1, word [BLOCK + T1 * 2], 1
46 pinsrw X0, word [BLOCK + T0 * 2], 2
47 pinsrw X1, word [BLOCK + T1 * 2], 2
51 pinsrw X0, word [BLOCK + T0 * 2], 3
52 pinsrw X1, word [BLOCK + T1 * 2], 3
56 pinsrw X0, word [BLOCK + T0 * 2], 4
57 pinsrw X1, word [BLOCK + T1 * 2], 4
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djcphuff-sse2.asm35 pinsrw X0, word [BLOCK + T0 * 2], 0
36 pinsrw X1, word [BLOCK + T1 * 2], 0
40 pinsrw X0, word [BLOCK + T0 * 2], 1
41 pinsrw X1, word [BLOCK + T1 * 2], 1
45 pinsrw X0, word [BLOCK + T0 * 2], 2
46 pinsrw X1, word [BLOCK + T1 * 2], 2
50 pinsrw X0, word [BLOCK + T0 * 2], 3
51 pinsrw X1, word [BLOCK + T1 * 2], 3
55 pinsrw X0, word [BLOCK + T0 * 2], 4
56 pinsrw X1, word [BLOCK + T1 * 2], 4
[all …]
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dreason_phrase.c140 #define BLOCK(m) { (sizeof(m) / sizeof(char*)), m } macro
143 BLOCK (invalid_hundred),
144 BLOCK (one_hundred),
145 BLOCK (two_hundred),
146 BLOCK (three_hundred),
147 BLOCK (four_hundred),
148 BLOCK (five_hundred),
Dmicrohttpd_dll_res.rc.in15 BLOCK "StringFileInfo"
17 BLOCK "04090000" /* Lang = US English, Charset = ASCII */
30 BLOCK "VarFileInfo"
/third_party/ffmpeg/libavfilter/
Dvf_uspp.c42 #define BLOCK 16 macro
55 AVCodecContext *avctx_enc[BLOCK*BLOCK];
201 int block = BLOCK >> (is_chroma ? p->hsub : 0); in filter()
236 p->frame->height = height + BLOCK; in filter()
237 p->frame->width = width + BLOCK; in filter()
244 const int BLOCKc = BLOCK >> p->hsub; in filter()
267 offset = (BLOCK-x1) + (BLOCK-y1) * p->frame_dec->linesize[0]; in filter()
328 int w = (width + 4 * BLOCK-1) & (~(2 * BLOCK-1)); in config_input()
329 int h = (height + 4 * BLOCK-1) & (~(2 * BLOCK-1)); in config_input()
352 avctx_enc->width = width + BLOCK; in config_input()
[all …]
/third_party/ffmpeg/libavcodec/
Drtjpeg.c119 #define BLOCK(quant, dst, stride) do { \ in ff_rtjpeg_decode_frame_yuv420() macro
127 BLOCK(c->lquant, y1, f->linesize[0]); in ff_rtjpeg_decode_frame_yuv420()
129 BLOCK(c->lquant, y1, f->linesize[0]); in ff_rtjpeg_decode_frame_yuv420()
131 BLOCK(c->lquant, y2, f->linesize[0]); in ff_rtjpeg_decode_frame_yuv420()
133 BLOCK(c->lquant, y2, f->linesize[0]); in ff_rtjpeg_decode_frame_yuv420()
135 BLOCK(c->cquant, u, f->linesize[1]); in ff_rtjpeg_decode_frame_yuv420()
137 BLOCK(c->cquant, v, f->linesize[2]); in ff_rtjpeg_decode_frame_yuv420()
/third_party/lz4/programs/
Dlz4-exe.rc.in8 BLOCK "StringFileInfo"
10 BLOCK "040904B0"
22 BLOCK "VarFileInfo"
/third_party/libsnd/src/
Dversion-metadata.rc.in13 BLOCK "StringFileInfo"
15 BLOCK "040904e4"
27 BLOCK "VarFileInfo"
/third_party/lz4/lib/
Dliblz4-dll.rc.in17 BLOCK "StringFileInfo"
19 BLOCK "040904B0"
31 BLOCK "VarFileInfo"
/third_party/skia/third_party/externals/libwebp/src/demux/
Dlibwebpdemux.rc21 BLOCK "StringFileInfo"
23 BLOCK "040904b0"
35 BLOCK "VarFileInfo"
/third_party/skia/third_party/externals/libwebp/src/
Dlibwebp.rc21 BLOCK "StringFileInfo"
23 BLOCK "040904b0"
35 BLOCK "VarFileInfo"
Dlibwebpdecoder.rc21 BLOCK "StringFileInfo"
23 BLOCK "040904b0"
35 BLOCK "VarFileInfo"
/third_party/skia/third_party/externals/libwebp/src/mux/
Dlibwebpmux.rc21 BLOCK "StringFileInfo"
23 BLOCK "040904b0"
35 BLOCK "VarFileInfo"
/third_party/zlib/contrib/vstudio/vc11/
Dzlib.rc13 BLOCK "StringFileInfo"
15 BLOCK "040904E4"
28 BLOCK "VarFileInfo"
/third_party/zlib/contrib/vstudio/vc10/
Dzlib.rc13 BLOCK "StringFileInfo"
15 BLOCK "040904E4"
28 BLOCK "VarFileInfo"
/third_party/zlib/contrib/vstudio/vc12/
Dzlib.rc13 BLOCK "StringFileInfo"
15 BLOCK "040904E4"
28 BLOCK "VarFileInfo"
/third_party/zlib/contrib/vstudio/vc9/
Dzlib.rc13 BLOCK "StringFileInfo"
15 BLOCK "040904E4"
28 BLOCK "VarFileInfo"
/third_party/zlib/contrib/vstudio/vc14/
Dzlib.rc13 BLOCK "StringFileInfo"
15 BLOCK "040904E4"
28 BLOCK "VarFileInfo"
/third_party/lz4/build/VS2022/liblz4-dll/
Dliblz4-dll.rc31 BLOCK "StringFileInfo"
33 BLOCK "040904B0"
45 BLOCK "VarFileInfo"
/third_party/node/deps/nghttp2/lib/
Dversion.rc.in21 BLOCK "StringFileInfo"
23 BLOCK "040904b0"
36 BLOCK "VarFileInfo"
/third_party/lz4/build/VS2017/liblz4-dll/
Dliblz4-dll.rc31 BLOCK "StringFileInfo"
33 BLOCK "040904B0"
45 BLOCK "VarFileInfo"
/third_party/lz4/build/VS2010/liblz4-dll/
Dliblz4-dll.rc31 BLOCK "StringFileInfo"
33 BLOCK "040904B0"
45 BLOCK "VarFileInfo"
/third_party/nghttp2/lib/
Dversion.rc.in21 BLOCK "StringFileInfo"
23 BLOCK "040904b0"
36 BLOCK "VarFileInfo"
/third_party/lz4/build/VS2010/lz4/
Dlz4.rc31 BLOCK "StringFileInfo"
33 BLOCK "040904B0"
45 BLOCK "VarFileInfo"
/third_party/lz4/build/VS2017/lz4/
Dlz4.rc31 BLOCK "StringFileInfo"
33 BLOCK "040904B0"
45 BLOCK "VarFileInfo"

1234567