Home
last modified time | relevance | path

Searched defs:total_blocks (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dbmvaudio.c47 int blocks = 0, total_blocks, i; in bmv_aud_decode_frame() local
Dsmc.c109 int total_blocks; in smc_decode_stream() local
438 int total_blocks = ((s->avctx->width + 3) / 4) * ((s->avctx->height + 3) / 4); in smc_decode_frame() local
Dmsvideo1.c91 int total_blocks; in msvideo1_decode_8bit() local
191 int total_blocks; in msvideo1_decode_16bit() local
Drpza.c88 int total_blocks; in rpza_decode_stream() local
Descape130.c203 unsigned total_blocks = avctx->width * avctx->height / 4, in escape130_decode_frame() local
Drpzaenc.c84 int total_blocks; member
555 int total_blocks; in rpza_encode_stream() local
Dsmcenc.c129 int total_blocks; in smc_encode_stream() local
/third_party/libwebsockets/lib/misc/lwsac/
Dprivate-lib-misc-lwsac.h60 int total_blocks; member
/third_party/python/Python/
Dpyarena.c70 size_t total_blocks; member
/third_party/ffmpeg/libavformat/
Dape.c149 int total_blocks; in ape_read_header() local
/third_party/node/deps/openssl/openssl/crypto/
Dparam_build.c46 size_t total_blocks; member
/third_party/openssl/crypto/
Dparam_build.c46 size_t total_blocks; member
/third_party/libsnd/src/
Dsds.c49 int samplesperblock, total_blocks ; member
/third_party/libcoap/src/
Dcoap_block.c1450 check_all_blocks_in(coap_rblock_t *rec_blocks, size_t total_blocks) { in check_all_blocks_in()