Searched refs:PUT_BITS_UEV (Results 1 – 4 of 4) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_encode_header.c | 195 …PUT_BITS_UEV(ps_bitstrm,ps_vui->u1_max_bytes_per_pic_denom,return_status,"max_bytes_per_pic_denom"… in ih264e_generate_vui() 198 … PUT_BITS_UEV(ps_bitstrm,ps_vui->u1_max_bits_per_mb_denom,return_status,"max_bits_per_mb_denom"); in ih264e_generate_vui() 201 …PUT_BITS_UEV(ps_bitstrm,ps_vui->u1_log2_max_mv_length_horizontal,return_status,"log2_max_mv_length… in ih264e_generate_vui() 204 …PUT_BITS_UEV(ps_bitstrm,ps_vui->u1_log2_max_mv_length_vertical,return_status,"log2_max_mv_length_v… in ih264e_generate_vui() 207 … PUT_BITS_UEV(ps_bitstrm,ps_vui->u1_num_reorder_frames,return_status,"max_num_reorder_frames"); in ih264e_generate_vui() 210 …PUT_BITS_UEV(ps_bitstrm,ps_vui->u1_max_dec_frame_buffering,return_status,"max_dec_frame_buffering"… in ih264e_generate_vui() 266 PUT_BITS_UEV(ps_bitstrm, ps_sps->u1_sps_id, return_status, "seq_parameter_set_id"); in ih264e_generate_sps() 271 PUT_BITS_UEV(ps_bitstrm, ps_sps->u1_chroma_format_idc, return_status, "chroma_format_idc"); in ih264e_generate_sps() 280 … PUT_BITS_UEV(ps_bitstrm, (ps_sps->i1_bit_depth_luma - 8), return_status, "bit_depth_luma_minus8"); in ih264e_generate_sps() 283 …PUT_BITS_UEV(ps_bitstrm, (ps_sps->i1_bit_depth_chroma - 8), return_status, "bit_depth_chroma_minus… in ih264e_generate_sps() [all …]
|
D | ih264e_cavlc.c | 1008 PUT_BITS_UEV(ps_bitstream, mb_type_stream, error_status, "mb type"); in ih264e_write_islice_mb_cavlc() 1011 PUT_BITS_UEV(ps_bitstream, chroma_intra_mode, error_status, "intra_chroma_pred_mode"); in ih264e_write_islice_mb_cavlc() 1022 PUT_BITS_UEV(ps_bitstream, 0, error_status, "mb type"); in ih264e_write_islice_mb_cavlc() 1058 PUT_BITS_UEV(ps_bitstream, chroma_intra_mode, error_status, "intra_chroma_pred_mode"); in ih264e_write_islice_mb_cavlc() 1074 PUT_BITS_UEV(ps_bitstream, 0, error_status, "mb type"); in ih264e_write_islice_mb_cavlc() 1114 PUT_BITS_UEV(ps_bitstream, chroma_intra_mode, error_status, "intra_chroma_pred_mode"); in ih264e_write_islice_mb_cavlc() 1123 PUT_BITS_UEV(ps_bitstream, gu1_cbp_map_tables[cbp][0], error_status, "coded_block_pattern"); in ih264e_write_islice_mb_cavlc() 1255 PUT_BITS_UEV(ps_bitstream, *ps_ent_ctxt->pi4_mb_skip_run, error_status, "mb skip run"); in ih264e_write_pslice_mb_cavlc() 1277 PUT_BITS_UEV(ps_bitstream, mb_type_stream, error_status, "mb type"); in ih264e_write_pslice_mb_cavlc() 1280 PUT_BITS_UEV(ps_bitstream, chroma_intra_mode, error_status, "intra_chroma_pred_mode"); in ih264e_write_pslice_mb_cavlc() [all …]
|
D | ih264e_encode_header.h | 63 #define PUT_BITS_UEV(ps_bitstrm, code_val, ret_val, syntax_string) \ macro
|
D | ih264e_process.c | 489 … PUT_BITS_UEV(ps_bitstrm, *ps_entropy->pi4_mb_skip_run, ps_entropy->i4_error_code, "mb skip run"); in ih264e_entropy() 565 PUT_BITS_UEV(ps_bitstrm, *ps_entropy->pi4_mb_skip_run, in ih264e_entropy()
|