Searched refs:chroma_qp_index_offset (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_ps.c689 pps->chroma_qp_index_offset[0] = get_se_golomb(&h->gb);
708 pps->chroma_qp_index_offset[1] = get_se_golomb(&h->gb);
710 pps->chroma_qp_index_offset[1] = pps->chroma_qp_index_offset[0];
713 build_qp_table(pps, 0, pps->chroma_qp_index_offset[0], sps->bit_depth_luma);
714 build_qp_table(pps, 1, pps->chroma_qp_index_offset[1], sps->bit_depth_luma);
715 if (pps->chroma_qp_index_offset[0] != pps->chroma_qp_index_offset[1])
726 pps->init_qp, pps->init_qs, pps->chroma_qp_index_offset[0], pps->chroma_qp_index_offset[
[all...]
H A Dvdpau_h264.c141 info->chroma_qp_index_offset = h->pps.chroma_qp_index_offset[0];
142 info->second_chroma_qp_index_offset = h->pps.chroma_qp_index_offset[1];
H A Dvaapi_h264.c265 pic_param->chroma_qp_index_offset = h->pps.chroma_qp_index_offset[0];
266 pic_param->second_chroma_qp_index_offset = h->pps.chroma_qp_index_offset[1];
H A Ddxva2_h264.c133 pp->chroma_qp_index_offset = h->pps.chroma_qp_index_offset[0];
134 pp->second_chroma_qp_index_offset = h->pps.chroma_qp_index_offset[1];
H A Dvdpau.c247 render->info.h264.chroma_qp_index_offset = h->pps.chroma_qp_index_offset[0];
248 render->info.h264.second_chroma_qp_index_offset = h->pps.chroma_qp_index_offset[1];
H A Dh264.h247 int chroma_qp_index_offset[2]; member in struct:PPS
254 uint8_t chroma_qp_table[2][QP_MAX_NUM+1]; ///< pre-scaled (with chroma_qp_index_offset) version of qp_table
H A Dh264_slice.c1902 h->pps.chroma_qp_index_offset[0],
1903 h->pps.chroma_qp_index_offset[1]) +
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_ps.c559 pps->chroma_qp_index_offset[0]= get_se_golomb(&s->gb);
574 pps->chroma_qp_index_offset[1]= get_se_golomb(&s->gb); //second_chroma_qp_index_offset
576 pps->chroma_qp_index_offset[1]= pps->chroma_qp_index_offset[0];
579 build_qp_table(pps, 0, pps->chroma_qp_index_offset[0], h->sps.bit_depth_luma);
580 build_qp_table(pps, 1, pps->chroma_qp_index_offset[1], h->sps.bit_depth_luma);
581 if(pps->chroma_qp_index_offset[0] != pps->chroma_qp_index_offset[1])
591 pps->init_qp, pps->init_qs, pps->chroma_qp_index_offset[0], pps->chroma_qp_index_offset[
[all...]
H A Dvaapi_h264.c265 pic_param->chroma_qp_index_offset = h->pps.chroma_qp_index_offset[0];
266 pic_param->second_chroma_qp_index_offset = h->pps.chroma_qp_index_offset[1];
H A Ddxva2_h264.c130 pp->chroma_qp_index_offset = h->pps.chroma_qp_index_offset[0];
131 pp->second_chroma_qp_index_offset = h->pps.chroma_qp_index_offset[1];
H A Dvdpau.c171 render->info.h264.chroma_qp_index_offset = h->pps.chroma_qp_index_offset[0];
172 render->info.h264.second_chroma_qp_index_offset = h->pps.chroma_qp_index_offset[1];
H A Dh264.h223 int chroma_qp_index_offset[2]; member in struct:PPS
230 uint8_t chroma_qp_table[2][64]; ///< pre-scaled (with chroma_qp_index_offset) version of qp_table
H A Dh264.c3268 - FFMAX3(0, h->pps.chroma_qp_index_offset[0], h->pps.chroma_qp_index_offset[1])

Completed in 89 milliseconds