Home
last modified time | relevance | path

Searched defs:bs (Results 1 – 14 of 14) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
Dbitstream.h41 static void bitstream_start(bitstream *bs) in bitstream_start() argument
48 static void bitstream_end(bitstream *bs) in bitstream_end()
59 static void bitstream_put_ui(bitstream *bs, unsigned int val, int size_in_bits) in bitstream_put_ui()
88 static void bitstream_put_ue(bitstream *bs, unsigned int val) in bitstream_put_ue()
102 static void bitstream_put_se(bitstream *bs, int val) in bitstream_put_se()
114 static void bitstream_byte_aligning(bitstream *bs, int bit) in bitstream_byte_aligning()
133 static void rbsp_trailing_bits(bitstream *bs) in rbsp_trailing_bits()
139 static void nal_start_code_prefix(bitstream *bs) in nal_start_code_prefix()
144 static void nal_header(bitstream *bs, int nal_ref_idc, int nal_unit_type) in nal_header()
173 static void sps_rbsp(bitstream *bs, VAProfile profile, int frame_bit_rate, VAEncSequenceParameterBu… in sps_rbsp()
[all …]
/hardware/intel/common/libva/test/encode/
Davcenc.c766 bitstream_start(bitstream *bs) in bitstream_start()
774 bitstream_end(bitstream *bs) in bitstream_end()
786 bitstream_put_ui(bitstream *bs, unsigned int val, int size_in_bits) in bitstream_put_ui()
814 bitstream_put_ue(bitstream *bs, unsigned int val) in bitstream_put_ue()
829 bitstream_put_se(bitstream *bs, int val) in bitstream_put_se()
842 bitstream_byte_aligning(bitstream *bs, int bit) in bitstream_byte_aligning()
862 rbsp_trailing_bits(bitstream *bs) in rbsp_trailing_bits()
868 static void nal_start_code_prefix(bitstream *bs) in nal_start_code_prefix()
873 static void nal_header(bitstream *bs, int nal_ref_idc, int nal_unit_type) in nal_header()
880 static void sps_rbsp(bitstream *bs) in sps_rbsp()
[all …]
Dh264encode.c184 bitstream_start(bitstream *bs) in bitstream_start()
192 bitstream_end(bitstream *bs) in bitstream_end()
204 bitstream_put_ui(bitstream *bs, unsigned int val, int size_in_bits) in bitstream_put_ui()
232 bitstream_put_ue(bitstream *bs, unsigned int val) in bitstream_put_ue()
247 bitstream_put_se(bitstream *bs, int val) in bitstream_put_se()
260 bitstream_byte_aligning(bitstream *bs, int bit) in bitstream_byte_aligning()
280 rbsp_trailing_bits(bitstream *bs) in rbsp_trailing_bits()
286 static void nal_start_code_prefix(bitstream *bs) in nal_start_code_prefix()
291 static void nal_header(bitstream *bs, int nal_ref_idc, int nal_unit_type) in nal_header()
298 static void sps_rbsp(bitstream *bs) in sps_rbsp()
[all …]
Dmpeg2enc.c175 bitstream_start(bitstream *bs) in bitstream_start()
183 bitstream_end(bitstream *bs) in bitstream_end()
195 bitstream_put_ui(bitstream *bs, unsigned int val, int size_in_bits) in bitstream_put_ui()
226 bitstream_byte_aligning(bitstream *bs, int bit) in bitstream_byte_aligning()
282 bitstream *bs) in sps_rbsp()
331 bitstream *bs) in pps_rbsp()
391 bitstream bs; in build_packed_pic_buffer() local
406 bitstream bs; in build_packed_seq_buffer() local
Dmpeg2vaenc.c175 bitstream_start(bitstream *bs) in bitstream_start()
183 bitstream_end(bitstream *bs) in bitstream_end()
195 bitstream_put_ui(bitstream *bs, unsigned int val, int size_in_bits) in bitstream_put_ui()
226 bitstream_byte_aligning(bitstream *bs, int bit) in bitstream_byte_aligning()
282 bitstream *bs) in sps_rbsp()
331 bitstream *bs) in pps_rbsp()
391 bitstream bs; in build_packed_pic_buffer() local
406 bitstream bs; in build_packed_seq_buffer() local
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp2473 bitstream_start(bitstream *bs) in bitstream_start()
2481 bitstream_end(bitstream *bs) in bitstream_end()
2493 bitstream_put_ui(bitstream *bs, unsigned int val, int size_in_bits) in bitstream_put_ui()
2521 bitstream_put_ue(bitstream *bs, unsigned int val) in bitstream_put_ue()
2536 bitstream_put_se(bitstream *bs, int val) in bitstream_put_se()
2549 bitstream_byte_aligning(bitstream *bs, int bit) in bitstream_byte_aligning()
2569 rbsp_trailing_bits(bitstream *bs) in rbsp_trailing_bits()
2575 static void nal_start_code_prefix(bitstream *bs) in nal_start_code_prefix()
2580 static void nal_header(bitstream *bs, int nal_ref_idc, int nal_unit_type) in nal_header()
2587 static void sps_rbsp(bitstream *bs) in sps_rbsp()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_aq_variance.c116 BLOCK_SIZE bs) { in block_variance()
140 int vp9_block_energy(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs) { in vp9_block_energy()
Dvp9_segmentation.c174 const int bs = num_8x8_blocks_wide_lookup[bsize], hbs = bs / 2; in count_segs_sb() local
Dvp9_rdopt.c441 const BLOCK_SIZE bs = get_plane_block_size(bsize, pd); in model_rd_for_sb() local
483 BLOCK_SIZE bs; in model_rd_for_sb_y_tx() local
777 BLOCK_SIZE bs) { in choose_largest_txfm_size()
797 BLOCK_SIZE bs) { in choose_txfm_size_from_rd()
880 BLOCK_SIZE bs) { in choose_txfm_size_from_modelrd()
948 int64_t *psse, BLOCK_SIZE bs, in inter_super_block_yrd()
992 int64_t *psse, BLOCK_SIZE bs, in intra_super_block_yrd()
Dvp9_bitstream.c424 const int bs = (1 << bsl) / 4; in write_modes_sb() local
Dvp9_encodeframe.c107 BLOCK_SIZE bs) { in get_sby_perpixel_variance()
118 BLOCK_SIZE bs) { in get_sby_perpixel_diff_variance()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_reconintra.c48 static INLINE void d207_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d207_predictor()
325 const int bs = 4 << tx_size; in build_intra_predictors() local
Dvp9_onyxc_int.h307 const int bs = num_8x8_blocks_wide_lookup[bsize]; in update_partition_context() local
323 const int bs = 1 << bsl; in partition_plane_context() local
Dvp9_blockd.h291 BLOCK_SIZE bs = ss_size_lookup[bsize][pd->subsampling_x][pd->subsampling_y]; in get_plane_block_size() local