Lines Matching refs:table_bytes
421 int table_size, table_bytes, i;
428 table_bytes = (AV_RB16(avpkt->data) + 7) >> 3;
429 if (table_bytes + 3 > avpkt->size || avpkt->size > RALF_MAX_PKT_SIZE) {
433 if (memcmp(ctx->pkt, avpkt->data, 2 + table_bytes)) {
440 memcpy(ctx->pkt + RALF_MAX_PKT_SIZE, avpkt->data + 2 + table_bytes,
441 avpkt->size - 2 - table_bytes);
465 table_bytes = (table_size + 7) >> 3;
466 if (src_size < table_bytes + 3) {
484 block_pointer = src + table_bytes + 2;
485 bytes_left = src_size - table_bytes - 2;