Home
last modified time | relevance | path

Searched refs:index_bits (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dtexcompress_bptc_tmp.h502 int index_bits) in interpolate() argument
513 weight = weights[index_bits][index]; in interpolate()
546 int index_bits; in fetch_rgba_unorm_from_block() local
615 index_bits = mode->n_index_bits; in fetch_rgba_unorm_from_block()
617 index_bits--; in fetch_rgba_unorm_from_block()
618 indices[0] = extract_bits(block, bit_offset, index_bits); in fetch_rgba_unorm_from_block()
621 index_bits = mode->n_secondary_index_bits; in fetch_rgba_unorm_from_block()
623 index_bits--; in fetch_rgba_unorm_from_block()
624 indices[1] = extract_bits(block, secondary_bit_offset, index_bits); in fetch_rgba_unorm_from_block()
628 index_bits = (index_selection ? in fetch_rgba_unorm_from_block()
[all …]
/third_party/ffmpeg/libavcodec/
Ddnxhddata.h48 int index_bits; member
Ddnxhddec.c354 int index_bits, in dnxhd_decode_dct_block() argument
421 level += SHOW_UBITS(bs, &row->gb, index_bits) << 7; in dnxhd_decode_dct_block()
422 SKIP_BITS(bs, &row->gb, index_bits); in dnxhd_decode_dct_block()
Ddnxhdenc.c247 (ctx->vlc_codes[index] << ctx->cid_table->index_bits) | offset; in dnxhd_init_vlc()
248 ctx->vlc_bits[index] += ctx->cid_table->index_bits; in dnxhd_init_vlc()