Home | History | Annotate | Download | only in src

Lines Matching full:bits

56     IMG_UINT32 Bits)
62 uiByteSize = (Bits + ByteStartBit + 7) >> 3;
67 if (Bcnt > Bits + ByteStartBit || Bcnt <= ByteStartBit)
101 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Writing %i RAW bits to element.\n", elt_p[f]->Size);
147 drv_debug_msg(VIDEO_DEBUG_GENERAL, "No RAW bits\n\n");
173 /* This is the core function to write bits/bytes
193 /* First ensure that unused bits in wrt_bits are zeroed */
201 /* Pointer to the space where header bits are to be written */
202 wrt_bytes_p = &(elt_p[mtx_hdr->Elements]->Bits);
208 /* Element maximum bits send to element, time to start a new one */
216 /* Set new element size (bits) to zero */
423 /* num_units_in_tick (32 bits) = 1 in Topaz */
426 /* time_scale (32 bits) = frame rate */
438 /* bit_rate_scale (4 bits) = 0 in Topaz, cpb_size_scale (4 bits) = 0 in Topaz */
455 5); /* initial_cpb_removal_delay_length_minus1 (5 bits) = ??? */
461 5); /* cpb_removal_delay_length_minus1 (5 bits) = ??? */
466 5); /* dpb_output_delay_length_minus1 (5 bits) = ??? */
472 5); /* time_offst_length (5 bits) = ??? */
524 (1 << 5) | // nal_ref_idc (2 bits) = 1
525 (8), // nal_unit_tpye (5 bits) = 8
540 // weighted_bipred_flag (2 bits) = 0 in Topaz
597 ((pSlHParams->SliceFrame_Type == SLHP_B_SLICEFRAME_TYPE ? 0 : 1) << 5) | /* nal_ref_idc (2 bits) = 0 for B-frame and 1 for I or P-frame */
598 ((pSlHParams->SliceFrame_Type == SLHP_IDR_SLICEFRAME_TYPE ? 5 : 1)),/* nal_unit_tpye (5 bits) = I-frame IDR, and 1 for rest */
625 pSlHParams->Frame_Num_DO,/* frame_num (5 bits) = frame nuo. in decoding order */
639 6); pic_order_cnt_lsb (6 bits) - picture no in display order */
775 // profile_idc = 8 bits = 66 for BP (PROFILE_IDC_BP), 77 for MP (PROFILE_IDC_MP)
794 // level_idc (8 bits) = 11 for 1b, 10xlevel for others
818 // profile_idc = 8 bits = 66 for BP (PROFILE_IDC_BP), 77 for MP (PROFILE_IDC_MP)
834 // level_idc (8 bits) = 11 for 1b, 10xlevel for others
1045 IMG_UINT8 Bits = 32;
1050 Bits--;
1052 return Bits;
1076 /* visual_object_sequence_start_code = 32 Bits = 0x1B0 */
1079 /* profile_and_level_indication = 8 Bits = SP L0-L3 and SP L4-L5 are supported */
1082 /* visual_object_start_code = 32 Bits = 0x1B5 */
1091 /* visual_object_type = 4 Bits = Video ID = 1 */
1097 /* byte_aligned_bits = 2 Bits = 01b (byte_aligned_bits is 2-bit stuffing bit field 01) */
1100 /* video_object_start_code = 32 Bits = 0x100 One VO only in a Topaz video stream */
1106 /* video_object_layer_start_code = 32 Bits = 0x120 One VOL only in a Topaz stream */
1116 /* video_object_type_indication = 8 Bits = 0x01 for SP */
1127 /* video_object_layer_verid = 4 Bits */
1130 /* video_object_layer_priority = 3 Bits */
1134 /* video_object_type_indication = 8 Bits = 0x11 for ASP */
1140 /* video_object_layer_verid = 4 Bits = 5 is for ASP */
1143 /* video_object_layer_priority = 3 Bits = 1 (Highest priority) */
1147 /* aspect_ratio_info = 4 Bits =0x1 (Square pixel) */
1158 /* chroma_format = 2 Bits = 01b (4:2:0) */
1215 /* video_object_layer_shape = 2 Bits = 00b Rectangular shape */
1219 /* vop_time_increment_solution = 16 Bits */
1224 /* fixed_vop_rate = 1 Bits = 1 Always fixed frame rate */
1227 /* fixed_vop_time_increment = Variable number of bits based on the time increment resolution. */
1231 /* fixed_vop_rate = 1 Bits = 0 */
1236 /* video_object_layer_width = 13 Bits Picture width in pixel units */
1240 /* video_object_layer_height = 13 Bits Picture height in pixel units */
1304 IMG_UINT8 Bits=32;
1310 Bits--;
1312 return Bits;
1330 /* visual_object_sequence_start_code = 32 Bits = 0x1B6 */
1333 /* vop_coding_type = 2 Bits = 0 for I-frame and 1 for P-frame */
1346 /* marker_bit = 1 Bits = 1 */
1350 /* vop_time_increment = Variable bits based on resolution
1383 /* intra_dc_vlc_thr = 3 Bits = 0 Use intra DC VLC in Topaz */
1386 /* vop_quant = 5 Bits = x 5-bit frame Q_scale from rate control - GENERATED BY MTX */
1391 /* vop_fcode_forward = 3 bits = 2 for +/-32 and 3 for +/-64 search range */
1422 /* visual_object_sequence_start_code = 32 Bits = 0x1B0 */
1425 /* profile_and_level_indication = 8 Bits = x SP L0-L3 and SP L4-L5 are supported */
1428 /* visual_object_start_code = 32 Bits = 0x1B5 */
1436 /* is_visual_object_type = 4 Bits = 1 Video ID */
1442 /* byte_aligned_bits = 2 Bits = 01b byte_aligned_bits is 2-bit stuffing bit field 01 */
1445 /* video_object_start_code =32 Bits = 0x100 One VO only in a Topaz video stream */
1470 /* short_video_start_marker = 22 Bits = 0x20 Picture start code */
1473 /* temporal_reference = 8 Bits = 0-255 Each picture increased by 1 */
1479 /* zero_bit = 1 Bits = 0 */
1482 /* split_screen_indicator = 1 Bits = 0 No direct effect on encoding of picture */
1485 /* document_camera_indicator= 1 Bits = 0 No direct effect on encoding of picture */
1488 /* full_picture_freeze_release=1 Bits = 0 No direct effect on encoding of picture */
1491 /* source_format = 3 Bits = 1-4 See note */
1504 // four_reserved_zero_bits = 4 Bits = 0
1520 /* 10 reserve bits ( Optional support for the encoding). All are OFF(0).
1533 // 10 reserve bits
1535 // 4 reserve bits
1544 //2 reserve bits
1580 // Clock Divisor : 7 bits The natural binary representation of the value of the clock divisor.
1593 // vop_quant = 5 Bits = x 5-bit frame Q_scale from rate control - GENERATED BY MTX