Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dralf.c421 int table_size, table_bytes, i; in decode_frame() local
428 table_bytes = (AV_RB16(avpkt->data) + 7) >> 3; in decode_frame()
429 if (table_bytes + 3 > avpkt->size || avpkt->size > RALF_MAX_PKT_SIZE) { in decode_frame()
433 if (memcmp(ctx->pkt, avpkt->data, 2 + table_bytes)) { in decode_frame()
440 memcpy(ctx->pkt + RALF_MAX_PKT_SIZE, avpkt->data + 2 + table_bytes, in decode_frame()
441 avpkt->size - 2 - table_bytes); in decode_frame()
465 table_bytes = (table_size + 7) >> 3; in decode_frame()
466 if (src_size < table_bytes + 3) { in decode_frame()
484 block_pointer = src + table_bytes + 2; in decode_frame()
485 bytes_left = src_size - table_bytes in decode_frame()
[all...]

Completed in 2 milliseconds