/hardware/intel/common/libmix/videoencoder/ |
D | bitstream.h | 25 int bit_offset; member 45 bs->bit_offset = 0; in bitstream_start() 50 int pos = (bs->bit_offset >> 5); in bitstream_end() 51 int bit_offset = (bs->bit_offset & 0x1f); in bitstream_end() local 52 int bit_left = 32 - bit_offset; in bitstream_end() 54 if (bit_offset) { in bitstream_end() 61 int pos = (bs->bit_offset >> 5); in bitstream_put_ui() 62 int bit_offset = (bs->bit_offset & 0x1f); in bitstream_put_ui() local 63 int bit_left = 32 - bit_offset; in bitstream_put_ui() 68 bs->bit_offset += size_in_bits; in bitstream_put_ui() [all …]
|
/hardware/intel/common/libva/test/encode/ |
D | avcenc.c | 730 int bit_offset; member 770 bs->bit_offset = 0; in bitstream_start() 776 int pos = (bs->bit_offset >> 5); in bitstream_end() 777 int bit_offset = (bs->bit_offset & 0x1f); in bitstream_end() local 778 int bit_left = 32 - bit_offset; in bitstream_end() 780 if (bit_offset) { in bitstream_end() 788 int pos = (bs->bit_offset >> 5); in bitstream_put_ui() 789 int bit_offset = (bs->bit_offset & 0x1f); in bitstream_put_ui() local 790 int bit_left = 32 - bit_offset; in bitstream_put_ui() 795 bs->bit_offset += size_in_bits; in bitstream_put_ui() [all …]
|
D | mpeg2vaenc.c | 157 int bit_offset; member 179 bs->bit_offset = 0; in bitstream_start() 185 int pos = (bs->bit_offset >> 5); in bitstream_end() 186 int bit_offset = (bs->bit_offset & 0x1f); in bitstream_end() local 187 int bit_left = 32 - bit_offset; in bitstream_end() 189 if (bit_offset) { in bitstream_end() 197 int pos = (bs->bit_offset >> 5); in bitstream_put_ui() 198 int bit_offset = (bs->bit_offset & 0x1f); in bitstream_put_ui() local 199 int bit_left = 32 - bit_offset; in bitstream_put_ui() 207 bs->bit_offset += size_in_bits; in bitstream_put_ui() [all …]
|
D | mpeg2enc.c | 157 int bit_offset; member 179 bs->bit_offset = 0; in bitstream_start() 185 int pos = (bs->bit_offset >> 5); in bitstream_end() 186 int bit_offset = (bs->bit_offset & 0x1f); in bitstream_end() local 187 int bit_left = 32 - bit_offset; in bitstream_end() 189 if (bit_offset) { in bitstream_end() 197 int pos = (bs->bit_offset >> 5); in bitstream_put_ui() 198 int bit_offset = (bs->bit_offset & 0x1f); in bitstream_put_ui() local 199 int bit_left = 32 - bit_offset; in bitstream_put_ui() 207 bs->bit_offset += size_in_bits; in bitstream_put_ui() [all …]
|
D | h264encode.c | 166 int bit_offset; member 188 bs->bit_offset = 0; in bitstream_start() 194 int pos = (bs->bit_offset >> 5); in bitstream_end() 195 int bit_offset = (bs->bit_offset & 0x1f); in bitstream_end() local 196 int bit_left = 32 - bit_offset; in bitstream_end() 198 if (bit_offset) { in bitstream_end() 206 int pos = (bs->bit_offset >> 5); in bitstream_put_ui() 207 int bit_offset = (bs->bit_offset & 0x1f); in bitstream_put_ui() local 208 int bit_left = 32 - bit_offset; in bitstream_put_ui() 213 bs->bit_offset += size_in_bits; in bitstream_put_ui() [all …]
|
/hardware/intel/common/libva/test/transcode/ |
D | mpeg2transcode.cpp | 2437 int bit_offset; member 2477 bs->bit_offset = 0; in bitstream_start() 2483 int pos = (bs->bit_offset >> 5); in bitstream_end() 2484 int bit_offset = (bs->bit_offset & 0x1f); in bitstream_end() local 2485 int bit_left = 32 - bit_offset; in bitstream_end() 2487 if (bit_offset) { in bitstream_end() 2495 int pos = (bs->bit_offset >> 5); in bitstream_put_ui() 2496 int bit_offset = (bs->bit_offset & 0x1f); in bitstream_put_ui() local 2497 int bit_left = 32 - bit_offset; in bitstream_put_ui() 2502 bs->bit_offset += size_in_bits; in bitstream_put_ui() [all …]
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
D | vbp_mp42_parser.c | 776 uint32 bit_offset = 0; in vbp_process_slices_svh_mp42() local 780 viddec_pm_get_au_pos(parent, &bit_offset, &byte_offset, &is_emul); in vbp_process_slices_svh_mp42() 792 slice_param->macroblock_offset = bit_offset; in vbp_process_slices_svh_mp42() 817 uint32 bit_offset = 0; in vbp_process_slices_mp42() local 839 viddec_pm_get_au_pos(parent, &bit_offset, &byte_offset, &is_emul); in vbp_process_slices_mp42() 862 slice_param->macroblock_offset = bit_offset; in vbp_process_slices_mp42() 876 viddec_pm_get_au_pos(parent, &bit_offset, &byte_offset, &is_emul); in vbp_process_slices_mp42() 877 if (bit_offset) { in vbp_process_slices_mp42() 878 getbits = viddec_pm_get_bits(parent, &code, 8 - bit_offset); in vbp_process_slices_mp42() 908 viddec_pm_get_au_pos(parent, &bit_offset, &byte_offset, &is_emul); in vbp_process_slices_mp42() [all …]
|
/hardware/intel/common/libva/va/ |
D | va_fool.c | 298 codedbuf->bit_offset = 0; in va_FoolFillCodedBufEnc() 323 codedbuf->bit_offset = 0; in va_FoolFillCodedBufJPG()
|
D | va.h | 2464 unsigned int bit_offset; member
|
D | va_trace.c | 736 va_TraceMsg(trace_ctx, "\t bit_offset = %d\n", buf_list->bit_offset); in va_TraceMapBuffer()
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/ |
D | viddec_fw_mp4_workload.c | 120 result = viddec_pm_get_au_pos(parent, &vop_info.bit_offset, &byte, &is_emul); in viddec_fw_mp4_insert_vop_workitem() 125 wi.vwi_payload[2] = vop_info.bit_offset; in viddec_fw_mp4_insert_vop_workitem()
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/include/ |
D | viddec_fw_mp4.h | 160 unsigned int bit_offset; member
|