Searched refs:bit_depth_luma (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_ps.c387 sps->bit_depth_luma = get_ue_golomb(&h->gb) + 8;
389 if (sps->bit_depth_chroma != sps->bit_depth_luma) {
394 if (sps->bit_depth_luma > 14U || sps->bit_depth_chroma > 14U) {
396 sps->bit_depth_luma, sps->bit_depth_chroma);
404 sps->bit_depth_luma = 8;
505 if (crop_left & (0x1F >> (sps->bit_depth_luma > 8)) &&
507 crop_left &= ~(0x1F >> (sps->bit_depth_luma > 8));
564 sps->bit_depth_luma,
627 qp_bd_offset = 6 * (sps->bit_depth_luma - 8);
628 if (sps->bit_depth_luma > 1
[all...]
H A Dh264.c636 h->bit_depth_luma = 8;
676 h->sps.bit_depth_luma = avctx->bits_per_raw_sample = 8;
1243 if (h->avctx->bits_per_raw_sample != h->sps.bit_depth_luma ||
1247 (h->sps.bit_depth_luma != 8 || h->sps.chroma_format_idc > 1)) {
1252 if (h->sps.bit_depth_luma >= 8 && h->sps.bit_depth_luma <= 14 &&
1253 h->sps.bit_depth_luma != 11 && h->sps.bit_depth_luma != 13) {
1254 h->avctx->bits_per_raw_sample = h->sps.bit_depth_luma;
1256 h->pixel_shift = h->sps.bit_depth_luma >
[all...]
H A Dh264_slice.c352 const int max_qp = 51 + 6 * (h->sps.bit_depth_luma - 8);
379 const int max_qp = 51 + 6 * (h->sps.bit_depth_luma - 8);
442 ff_h264_pred_init(&dst->hpc, src->avctx->codec_id, src->sps.bit_depth_luma,
510 h->sps.bit_depth_luma != h1->sps.bit_depth_luma ||
517 h->avctx->bits_per_raw_sample = h->sps.bit_depth_luma;
715 1<<(h->sps.bit_depth_luma-1),
1029 switch (h->sps.bit_depth_luma) {
1103 "Unsupported bit depth %d\n", h->sps.bit_depth_luma);
1369 h->avctx->bits_per_raw_sample != h->sps.bit_depth_luma ||
[all...]
H A Dvda_h264_dec.c240 if (sps && (sps->bit_depth_luma != 8 ||
H A Dh264.h226 int bit_depth_luma; ///< bit_depth_luma_minus8 + 8 member in struct:SPS
568 int bit_depth_luma; ///< luma bit depth from sps to detect changes member in struct:H264Context
H A Dh264_mb_template.c103 const int bit_depth = h->sps.bit_depth_luma;
324 const int bit_depth = h->sps.bit_depth_luma;
H A Dvaapi_h264.c245 pic_param->bit_depth_luma_minus8 = h->sps.bit_depth_luma - 8;
H A Dh264_cabac.c1266 const int slice_qp = av_clip(h->qscale - 6*(h->sps.bit_depth_luma-8), 0, 51);
2000 h->sps.bit_depth_luma >> 3;
2346 const int max_qp = 51 + 6*(h->sps.bit_depth_luma-8);
H A Ddxva2_h264.c115 pp->bit_depth_luma_minus8 = h->sps.bit_depth_luma - 8;
H A Dh264_cavlc.c772 h->sps.bit_depth_luma;
1095 const int max_qp = 51 + 6*(h->sps.bit_depth_luma-8);
H A Dh264_loopfilter.c252 int qp_bd_offset = 6 * (h->sps.bit_depth_luma - 8);
711 int qp_bd_offset = 6 * (h->sps.bit_depth_luma - 8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_ps.c348 sps->bit_depth_luma = get_ue_golomb(&s->gb) + 8;
354 sps->bit_depth_luma = 8;
488 const int qp_bd_offset = 6*(h->sps.bit_depth_luma-8);
494 } else if (h->sps.bit_depth_luma > 10) {
495 av_log(h->s.avctx, AV_LOG_ERROR, "Unimplemented luma bit depth=%d (max=10)\n", h->sps.bit_depth_luma);
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);
H A Dh264.c878 const int max_qp = 51 + 6*(h->sps.bit_depth_luma-8);
904 const int max_qp = 51 + 6*(h->sps.bit_depth_luma-8);
1006 ff_h264_pred_init(&dst->hpc, src->s.codec_id, src->sps.bit_depth_luma, src->sps.chroma_format_idc);
1122 h->sps.bit_depth_luma = avctx->bits_per_raw_sample = 8;
1956 const int bit_depth = h->sps.bit_depth_luma;
2155 const int bit_depth = h->sps.bit_depth_luma;
2771 switch (h->sps.bit_depth_luma) {
2813 "Unsupported bit depth: %d\n", h->sps.bit_depth_luma);
3205 if(tmp>51+6*(h->sps.bit_depth_luma-8)){
3269 + 6 * (h->sps.bit_depth_luma
[all...]
H A Dvaapi_h264.c245 pic_param->bit_depth_luma_minus8 = h->sps.bit_depth_luma - 8;
H A Dh264_cabac.c1266 const int slice_qp = av_clip(s->qscale - 6*(h->sps.bit_depth_luma-8), 0, 51);
1986 const int mb_size = mb_sizes[h->sps.chroma_format_idc]*h->sps.bit_depth_luma >> 3;
2327 const int max_qp = 51 + 6*(h->sps.bit_depth_luma-8);
H A Ddxva2_h264.c114 pp->bit_depth_luma_minus8 = h->sps.bit_depth_luma - 8;
H A Dh264.h203 int bit_depth_luma; ///< bit_depth_luma_minus8 + 8 member in struct:SPS
H A Dh264_cavlc.c768 const int mb_size = mb_sizes[h->sps.chroma_format_idc]*h->sps.bit_depth_luma >> 3;
1088 const int max_qp = 51 + 6*(h->sps.bit_depth_luma-8);
H A Dh264_loopfilter.c256 int qp_bd_offset = 6 * (h->sps.bit_depth_luma - 8);
717 int qp_bd_offset = 6 * (h->sps.bit_depth_luma - 8);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_fw_if.h118 unsigned char bit_depth_luma; /* Bit depth luma minus 8. */ member in struct:fgt_sei

Completed in 135 milliseconds