Home
last modified time | relevance | path

Searched refs:bit_writer (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.h23 vpx_writer bit_writer; member
Dvp9_bitstream.c925 vpx_start_encode(&data->bit_writer, data->dest); in encode_tile_worker()
927 &data->bit_writer, tile_row, data->tile_idx, in encode_tile_worker()
929 vpx_stop_encode(&data->bit_writer); in encode_tile_worker()
1016 tile_size = data->bit_writer.pos; in encode_tiles_mt()
/external/mesa3d/src/mesa/main/
Dtexcompress_bptc.c73 struct bit_writer { struct
970 write_bits(struct bit_writer *writer, int n_bits, int value) in write_bits()
1106 write_rgb_indices_unorm(struct bit_writer *writer, in write_rgb_indices_unorm()
1162 write_alpha_indices_unorm(struct bit_writer *writer, in write_alpha_indices_unorm()
1213 struct bit_writer writer; in compress_rgba_unorm_block()
1434 write_rgb_indices_float(struct bit_writer *writer, in write_rgb_indices_float()
1527 struct bit_writer writer; in compress_rgb_float_block()