Home
last modified time | relevance | path

Searched refs:codeblock (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/util/perl/OpenSSL/
DTest.pm200 my $codeblock = shift;
207 $codeblock->();
755 my $codeblock = shift;
764 $codeblock->();
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
DTest.pm200 my $codeblock = shift;
207 $codeblock->();
755 my $codeblock = shift;
764 $codeblock->();
/third_party/gstreamer/gstreamer/docs/
DREADME125 - either a few pipelines, inside a codeblock
126 - or a piece of code inside a codeblock or in `tests/examples/(pluginname)`
/third_party/ffmpeg/libavcodec/
Ddiracdec.c186 } codeblock[MAX_DWT_LEVELS+1]; member
488 static inline int codeblock(DiracContext *s, SubBand *b, in codeblock() function
603 int cb_width = s->codeblock[b->level + (b->orientation != subband_ll)].width; in decode_subband_internal()
604 int cb_height = s->codeblock[b->level + (b->orientation != subband_ll)].height; in decode_subband_internal()
622 ret = codeblock(s, b, &gb, &c, left, right, top, bottom, blockcnt_one, is_arith); in decode_subband_internal()
1260 …CHECKEDREAD(s->codeblock[i].width , tmp < 1 || tmp > (s->avctx->width >>s->wavelet_depth-i), "code… in dirac_unpack_idwt_params()
1261 …CHECKEDREAD(s->codeblock[i].height, tmp < 1 || tmp > (s->avctx->height>>s->wavelet_depth-i), "code… in dirac_unpack_idwt_params()
1268 s->codeblock[i].width = s->codeblock[i].height = 1; in dirac_unpack_idwt_params()
/third_party/node/doc/changelogs/
DCHANGELOG_V16.md1067 …tps://github.com/nodejs/node/commit/8d0546db39)] - **doc**: correct the codeblock for `hmacImportP…
/third_party/gstreamer/gstreamer/
DChangeLog60371 basetransform: Fix a caps leak and move a codeblock