Home
last modified time | relevance | path

Searched refs:i1_slice_cr_qp_offset (Results 1 – 6 of 6) sorted by relevance

/external/libhevc/decoder/
Dihevcd_parse_slice_header.c580 ps_slice_hdr->i1_slice_cr_qp_offset = 0; in ihevcd_parse_slice_header()
711 ps_slice_hdr->i1_slice_cr_qp_offset = i4_value; in ihevcd_parse_slice_header()
Dihevcd_structs.h1449 WORD32 i1_slice_cr_qp_offset; member
Dihevcd_iquant_itrans_recon_ctb.c908 i1_chroma_slice_qp_offset = ps_slice_hdr->i1_slice_cr_qp_offset; in ihevcd_iquant_itrans_recon_ctb()
/external/libhevc/encoder/
Dihevce_encode_header.c1841 PUT_BITS_SEV(ps_bitstrm, ps_slice_hdr->i1_slice_cr_qp_offset, return_status); in ihevce_generate_slice_header()
1842 ENTROPY_TRACE("slice_cr_qp_offset", ps_slice_hdr->i1_slice_cr_qp_offset); in ihevce_generate_slice_header()
3108 ps_slice_hdr->i1_slice_cr_qp_offset = 0; in ihevce_populate_slice_header()
3113 ps_slice_hdr->i1_slice_cr_qp_offset = -2; in ihevce_populate_slice_header()
Dihevce_enc_loop_pass.c6031 ASSERT(ps_slice_hdr->i1_slice_cb_qp_offset == ps_slice_hdr->i1_slice_cr_qp_offset); in ihevce_enc_loop_frame_init()
/external/libhevc/common/
Dihevc_structs.h3068 WORD8 i1_slice_cr_qp_offset; member