Lines Matching defs:block
347 * Copy the 4x4 image block to Y plane buffer
400 * Copy the 4x4 image block to a CrCb plane buffer
485 * Decode a 4x4 pixel block
507 /* This block is encoded with small pattern */
521 const unsigned int *block;
524 * xx == 00 :=> end of the block def, remove the two bits from the stream
560 block = pdec->table_subblock[rows];
562 pdec->temp_colors[i] += block[MulIdx[offset1][i]];
574 block = pdec->table_subblock[rows];
576 pdec->temp_colors[i] += block[MulIdx[offset1][i]];
610 /* Each block decode a square of 4x4 */
624 /* Each block decode a square of 4x4 */