Searched refs:i1_tc_offset_div2 (Results 1 – 7 of 7) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_deblk.c | 261 WORD8 i1_tc_offset_div2 = ps_slice_hdr->i1_tc_offset_div2; in ihevcd_deblk_ctb() local 280 i1_tc_offset_div2 = ps_slice_hdr_top->i1_tc_offset_div2; in ihevcd_deblk_ctb() 330 ps_slice_hdr->i1_tc_offset_div2, in ihevcd_deblk_ctb() 335 i1_tc_offset_div2, in ihevcd_deblk_ctb() 403 WORD8 i1_tc_offset_div2 = ps_slice_hdr->i1_tc_offset_div2; in ihevcd_deblk_ctb() local 422 i1_tc_offset_div2 = ps_slice_hdr_left->i1_tc_offset_div2; in ihevcd_deblk_ctb() 472 ps_slice_hdr->i1_tc_offset_div2, in ihevcd_deblk_ctb() 477 … i1_tc_offset_div2, filter_p, filter_q); in ihevcd_deblk_ctb() 537 WORD8 i1_tc_offset_div2 = ps_slice_hdr->i1_tc_offset_div2; in ihevcd_deblk_ctb() local 553 i1_tc_offset_div2 = ps_slice_hdr_top->i1_tc_offset_div2; in ihevcd_deblk_ctb() [all …]
|
D | ihevcd_parse_slice_header.c | 717 ps_slice_hdr->i1_tc_offset_div2 = ps_pps->i1_tc_offset_div2; in ihevcd_parse_slice_header() 750 ps_slice_hdr->i1_tc_offset_div2 = i4_value; in ihevcd_parse_slice_header()
|
D | ihevcd_parse_headers.c | 2359 ps_pps->i1_tc_offset_div2 = 0; in ihevcd_parse_pps() 2385 ps_pps->i1_tc_offset_div2 = i4_value; in ihevcd_parse_pps()
|
D | ihevcd_parse_slice.c | 3486 ps_slice_hdr->i1_tc_offset_div2, in ihevcd_parse_slice_data()
|
/external/libhevc/common/ |
D | ihevc_structs.h | 2789 WORD8 i1_tc_offset_div2; member 3088 WORD8 i1_tc_offset_div2; member
|
/external/libhevc/encoder/ |
D | ihevce_encode_header.c | 1411 PUT_BITS_SEV(ps_bitstrm, ps_pps->i1_tc_offset_div2 >> 1, return_status); in ihevce_generate_pps() 1412 ENTROPY_TRACE("tc_offset_div2", ps_pps->i1_tc_offset_div2 >> 1); in ihevce_generate_pps() 1876 PUT_BITS_SEV(ps_bitstrm, ps_slice_hdr->i1_tc_offset_div2 >> 1, return_status); in ihevce_generate_slice_header() 1877 ENTROPY_TRACE("tc_offset_div2", ps_slice_hdr->i1_tc_offset_div2 >> 1); in ihevce_generate_slice_header() 2883 ps_pps->i1_tc_offset_div2 = DEFAULT_TC_OFFSET; in ihevce_populate_pps() 3137 ps_slice_hdr->i1_tc_offset_div2 = 0; in ihevce_populate_slice_header()
|
D | ihevce_enc_loop_pass.c | 6143 ps_ctxt->s_deblk_prms.i4_tc_offset_div2 = ps_slice_hdr->i1_tc_offset_div2; in ihevce_enc_loop_frame_init()
|