Home
last modified time | relevance | path

Searched refs:interleave (Results 1 - 25 of 44) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A Dtarga.c35 int stride, int *y, int h, int interleave) in advance_line()
37 *y += interleave; in advance_line()
40 return line + interleave * stride; in advance_line()
42 *y = (*y + 1) & (interleave - 1); in advance_line()
53 int bpp, int interleave) in targa_decode_rle()
80 dst = line = advance_line(start, line, stride, &y, h, interleave); in targa_decode_rle()
96 dst = line = advance_line(start, line, stride, &y, h, interleave); in targa_decode_rle()
118 int interleave; in decode_frame() local
204 interleave = flags & TGA_INTERLEAVE2 ? 2 : in decode_frame()
259 int res = targa_decode_rle(avctx, s, dst, w, h, stride, bpp, interleave); in decode_frame()
34 advance_line(uint8_t *start, uint8_t *line, int stride, int *y, int h, int interleave) advance_line() argument
51 targa_decode_rle(AVCodecContext *avctx, TargaContext *s, uint8_t *start, int w, int h, int stride, int bpp, int interleave) targa_decode_rle() argument
[all...]
H A Ddirac_dwt_template.c55 static av_always_inline void RENAME(interleave)(TYPE *dst, TYPE *src0, TYPE *src1, int w2, in interleave() function
79 RENAME(interleave)(b, temp, temp+w2, w2, 1, 1); in horizontal_compose_dirac53i()
137 RENAME(interleave)(b, temp, temp+w2, w2, shift, shift); in horizontal_compose_haari()
174 RENAME(interleave)(b, tmp+w2, tmp, w2, 0, 0); in horizontal_compose_fidelityi()
191 // second stage combined with interleave and shift in horizontal_compose_daub97i()
/third_party/ffmpeg/libavcodec/ppc/
H A Dfft_altivec.S134 .macro def_fft4 interleave
135 fft4\interleave\()_altivec:
139 .ifnb \interleave
150 .macro def_fft8 interleave
151 fft8\interleave\()_altivec:
158 .ifnb \interleave
174 .macro def_fft16 interleave
175 fft16\interleave\()_altivec:
203 .ifnb \interleave
230 .macro PASS interleave, suffi
[all...]
/third_party/libsnd/src/
H A Dinterleave.c59 if (psf->interleave) in interleave_init()
60 { psf_log_printf (psf, "*** Weird, already have interleave.\n") ; in interleave_init()
70 psf->interleave = pdata ; in interleave_init()
101 if (! (pdata = psf->interleave)) in interleave_read_short()
148 if (! (pdata = psf->interleave)) in interleave_read_int()
195 if (! (pdata = psf->interleave)) in interleave_read_float()
246 if (! (pdata = psf->interleave)) in interleave_read_double()
/third_party/ffmpeg/libavutil/x86/
H A Dtx_float_init.c46 #define DECL_INIT_FN(basis, interleave) \
47 static av_cold int b ##basis## _i ##interleave(AVTXContext *s, \
60 basis, interleave); \
/third_party/python/Lib/
H A Dast.py696 def interleave(self, inter, f, seq): member in _Unparser
716 self.interleave(lambda: self.write(", "), traverser, items)
838 self.interleave(
859 self.interleave(lambda: self.write(", "), self.traverse, node.names)
867 self.interleave(lambda: self.write(", "), self.traverse, node.names)
912 self.interleave(lambda: self.write(", "), self.traverse, node.targets)
923 self.interleave(lambda: self.write(", "), self.write, node.names)
927 self.interleave(lambda: self.write(", "), self.write, node.names)
1101 self.interleave(lambda: self.write(", "), self.traverse, node.items)
1107 self.interleave(lambd
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_il.c24 * (de)interleave fields filter
55 {"interleave", NULL, 0, AV_OPT_TYPE_CONST, {.i64=MODE_INTERLEAVE}, 0, 0, FLAGS, "luma_mode"},
62 {"interleave", NULL, 0, AV_OPT_TYPE_CONST, {.i64=MODE_INTERLEAVE}, 0, 0, FLAGS, "chroma_mode"},
69 {"interleave", NULL, 0, AV_OPT_TYPE_CONST, {.i64=MODE_INTERLEAVE}, 0, 0, FLAGS, "alpha_mode"},
108 static void interleave(uint8_t *dst, uint8_t *src, int w, int h, in interleave() function
153 interleave(out->data[0], inpicref->data[0], in filter_frame()
159 interleave(out->data[comp], inpicref->data[comp], in filter_frame()
167 interleave(out->data[comp], inpicref->data[comp], in filter_frame()
195 .description = NULL_IF_CONFIG_SMALL("Deinterleave or interleave fields."),
H A Df_interleave.c223 DEFINE_OPTIONS(interleave, AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM);
224 AVFILTER_DEFINE_CLASS(interleave); variable
235 .name = "interleave",
236 .description = NULL_IF_CONFIG_SMALL("Temporally interleave video inputs."),
262 .description = NULL_IF_CONFIG_SMALL("Temporally interleave audio inputs."),
H A Dvf_tinterlace.c45 {"interleave_top", "interleave top and bottom fields", 0, AV_OPT_TYPE_CONST, {.i64=MODE_INTERLEAVE_TOP}, INT_MIN, INT_MAX, FLAGS, "mode"},
46 {"interleave_bottom", "interleave bottom and top fields", 0, AV_OPT_TYPE_CONST, {.i64=MODE_INTERLEAVE_BOTTOM}, INT_MIN, INT_MAX, FLAGS, "mode"},
301 * @param interleave leave a padding line between each copied line
303 * only meaningful when interleave is selected
311 int src_field, int interleave, int dst_field, in copy_picture_field()
326 int dstp_linesize = dst_linesize[plane] * (interleave ? 2 : 1); in copy_picture_field()
332 if (interleave && dst_field == FIELD_LOWER) in copy_picture_field()
433 /* interleave upper/lower lines from odd frames with lower/upper lines from even frames, in filter_frame()
307 copy_picture_field(TInterlaceContext *tinterlace, uint8_t *dst[4], int dst_linesize[4], const uint8_t *src[4], int src_linesize[4], enum AVPixelFormat format, int w, int src_h, int src_field, int interleave, int dst_field, int flags) copy_picture_field() argument
/third_party/ffmpeg/libavformat/
H A Dmux.h80 * @param interleave 0->use av_write_frame, 1->av_interleaved_write_frame
84 AVFormatContext *src, int interleave);
/third_party/astc-encoder/Source/
H A Dastcenc_find_best_partitioning.cpp759 unsigned int interleave[2 * TUNE_MAX_PARTITIONING_CANDIDATES];
762 interleave[2 * i] = bsd.get_raw_partition_info(partition_count, uncor_best_partitions[i]).partition_index;
763 interleave[2 * i + 1] = bsd.get_raw_partition_info(partition_count, samec_best_partitions[i]).partition_index;
772 unsigned int partition = interleave[i];
/third_party/ltp/testcases/kernel/numa/
H A Dnuma01.sh10 # Test #3: Verifies memory interleave on all nodes
156 numactl --interleave=all support_numa alloc_1MB &
166 "NUMA interleave memory allocated in node$node is less than expected"
173 tst_res TPASS "NUMA interleave policy"
238 # Verification of memhog with interleave policy
245 numactl --interleave=all memhog -r1000000 1MB >ltp_numa_test8.log 2>&1 &
255 "NUMA interleave memhog in node$node is less than expected"
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha1_hw.c722 ctx->multiblock_interleave = param->interleave; in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
734 } else if ((n4x = param->interleave / 4) && n4x <= 2) in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
756 param->interleave = x4; in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
771 param->interleave / 4); in aesni_cbc_hmac_sha1_tls1_multiblock_encrypt()
H A Dcipher_aes_cbc_hmac_sha.c121 * mb_param->interleave in aes_set_ctx_params()
132 || !OSSL_PARAM_get_uint(p1, &mb_param.interleave)) { in aes_set_ctx_params()
146 * mb_param->interleave in aes_set_ctx_params()
162 || !OSSL_PARAM_get_uint(p1, &mb_param.interleave)) { in aes_set_ctx_params()
H A Dcipher_aes_cbc_hmac_sha256_hw.c786 } else if ((n4x = param->interleave / 4) && n4x <= 2) in aesni_cbc_hmac_sha256_tls1_multiblock_aad()
808 param->interleave = x4; in aesni_cbc_hmac_sha256_tls1_multiblock_aad()
823 param->interleave / 4); in aesni_cbc_hmac_sha256_tls1_multiblock_encrypt()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha1_hw.c722 ctx->multiblock_interleave = param->interleave; in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
734 } else if ((n4x = param->interleave / 4) && n4x <= 2) in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
756 param->interleave = x4; in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
771 param->interleave / 4); in aesni_cbc_hmac_sha1_tls1_multiblock_encrypt()
H A Dcipher_aes_cbc_hmac_sha.c121 * mb_param->interleave in aes_set_ctx_params()
132 || !OSSL_PARAM_get_uint(p1, &mb_param.interleave)) { in aes_set_ctx_params()
146 * mb_param->interleave in aes_set_ctx_params()
162 || !OSSL_PARAM_get_uint(p1, &mb_param.interleave)) { in aes_set_ctx_params()
/third_party/ffmpeg/libavcodec/x86/
H A Ddirac_dwt.asm211 ; shift and interleave
278 ; shift and interleave
H A Dvp8dsp_loopfilter.asm57 ; read (and interleave) those addressable by %8 (=r0), A/C/D/E/I/K/L/M
73 ; read (and interleave) those addressable by %9 (=r4), B/F/G/H/J/N/O/P
410 ; read 16 rows of 8px each, interleave
796 ; read 16 rows of 8px each, interleave
1040 punpcklbw m6, m7 ; interleave with "1" for rounding
/third_party/node/deps/openssl/openssl/ssl/record/
H A Drec_layer_s3.c492 nw = max_send_fragment * (mb_param.interleave = 8); in ssl3_write_bytes()
494 nw = max_send_fragment * (mb_param.interleave = 4); in ssl3_write_bytes()
525 s->rlayer.write_sequence[7] += mb_param.interleave; in ssl3_write_bytes()
526 if (s->rlayer.write_sequence[7] < mb_param.interleave) { in ssl3_write_bytes()
/third_party/openssl/ssl/record/
H A Drec_layer_s3.c503 nw = max_send_fragment * (mb_param.interleave = 8); in ssl3_write_bytes()
505 nw = max_send_fragment * (mb_param.interleave = 4); in ssl3_write_bytes()
536 s->rlayer.write_sequence[7] += mb_param.interleave; in ssl3_write_bytes()
537 if (s->rlayer.write_sequence[7] < mb_param.interleave) { in ssl3_write_bytes()
/third_party/python/Lib/asyncio/
H A Dbase_events.py994 happy_eyeballs_delay=None, interleave=None):
1036 if happy_eyeballs_delay is not None and interleave is None:
1037 # If using happy eyeballs, default to interleave addresses by family
1038 interleave = 1
1061 if interleave:
1062 infos = _interleave_addrinfos(infos, interleave)
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha256.c848 } else if ((n4x = param->interleave / 4) && n4x <= 2) in aesni_cbc_hmac_sha256_ctrl()
870 param->interleave = x4; in aesni_cbc_hmac_sha256_ctrl()
883 param->interleave / 4); in aesni_cbc_hmac_sha256_ctrl()
H A Devp_enc.c1230 OSSL_CIPHER_PARAM_TLS1_MULTIBLOCK_INTERLEAVE, &p->interleave); in EVP_CIPHER_CTX_ctrl()
1238 OSSL_CIPHER_PARAM_TLS1_MULTIBLOCK_INTERLEAVE, &p->interleave); in EVP_CIPHER_CTX_ctrl()
1256 OSSL_CIPHER_PARAM_TLS1_MULTIBLOCK_INTERLEAVE, &p->interleave); in EVP_CIPHER_CTX_ctrl()
H A De_aes_cbc_hmac_sha1.c864 } else if ((n4x = param->interleave / 4) && n4x <= 2) in aesni_cbc_hmac_sha1_ctrl()
886 param->interleave = x4; in aesni_cbc_hmac_sha1_ctrl()
899 param->interleave / 4); in aesni_cbc_hmac_sha1_ctrl()

Completed in 26 milliseconds

12