HomeSort by relevance Sort by last modified time
    Searched refs:i1_chroma_qp_index_offset (Results 1 - 9 of 9) sorted by null

  /external/libavc/decoder/
ih264d_parse_headers.c 300 ps_pps->i1_chroma_qp_index_offset = i_temp;
301 COPYTHECONTEXT("PPS: chroma_qp_index_offset",ps_pps->i1_chroma_qp_index_offset);
304 /* initialize second_chroma_qp_index_offset to i1_chroma_qp_index_offset if */
308 ps_pps->i1_chroma_qp_index_offset;
    [all...]
ih264d_thread_parse_decode.c 400 ps_dec->ps_cur_pps->i1_chroma_qp_index_offset;
ih264d_deblocking.c 726 WORD8 i1_cb_qp_idx_ofst = ps_dec->ps_cur_pps->i1_chroma_qp_index_offset;
    [all...]
ih264d_thread_compute_bs.c 328 ps_dec->ps_cur_pps->i1_chroma_qp_index_offset;
ih264d_process_pslice.c 457 ps_dec->ps_cur_pps->i1_chroma_qp_index_offset;
    [all...]
ih264d_structs.h 385 WORD8 i1_chroma_qp_index_offset; /** Chroma QP u4_ofst w.r.t QPY {-12,12} */ member in struct:__anon22115
    [all...]
ih264d_utils.c     [all...]
  /external/libavc/common/
ih264_structs.h 1116 WORD8 i1_chroma_qp_index_offset; member in struct:__anon22047
    [all...]
  /external/libavc/encoder/
ih264e_encode_header.c 657 PUT_BITS_SEV(ps_bitstrm, ps_pps->i1_chroma_qp_index_offset, return_status, "chroma_qp_index_offset");
    [all...]

Completed in 66 milliseconds