Lines Matching refs:codebook
289 uint16_t codebook[256]; member
1076 dst[0] = ctx->codebook[indices & 0xFF]; in opcode_0xf7()
1078 dst[1] = ctx->codebook[indices & 0xFF]; in opcode_0xf7()
1080 dst[pitch] = ctx->codebook[indices & 0xFF]; in opcode_0xf7()
1082 dst[pitch + 1] = ctx->codebook[indices & 0xFF]; in opcode_0xf7()
1091 bgcolor = ctx->codebook[bytestream2_get_byteu(&ctx->gb)]; in opcode_0xf7()
1092 fgcolor = ctx->codebook[bytestream2_get_byteu(&ctx->gb)]; in opcode_0xf7()
1201 ctx->codebook[bytestream2_get_byteu(&ctx->gb)], blk_size, ctx->pitch); in codec2subblock()
1285 *frm++ = ctx->codebook[bytestream2_get_byteu(&ctx->gb)]; in decode_6()
1307 *pdest++ = ctx->codebook[*rsrc++]; in decode_8()
1352 ctx->codebook[i] = bytestream2_get_le16u(&ctx->gb); in read_frame_header()