Lines Matching defs:js_blocks
248 int js_blocks; ///< true if this block contains a difference signal
605 bd->js_blocks = get_bits1(gb);
658 bd->js_blocks = get_bits1(gb);
707 *bd->store_prev_samples = (bd->js_blocks && bd->raw_other) || *bd->shift_lsbs;
969 if (bd->js_blocks && bd->raw_other) {
1106 unsigned int *js_blocks)
1146 unsigned int *js_blocks)
1165 bd[0].js_blocks = *js_blocks;
1178 bd[1].js_blocks = *(js_blocks + 1);
1198 if (bd[0].js_blocks) {
1199 if (bd[1].js_blocks)
1204 } else if (bd[1].js_blocks) {
1646 unsigned int js_blocks[2];
1665 js_blocks[0] = 0;
1666 js_blocks[1] = 0;
1682 div_blocks, js_blocks);
1687 ret = decode_blocks(ctx, ra_frame, c, div_blocks, js_blocks);