Searched refs:chroma_format_idc (Results 26 - 43 of 43) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvaapi_h264.c249 pic_param->seq_fields.bits.chroma_format_idc = h->sps.chroma_format_idc;
H A Dhevc.c148 if (s->sps->chroma_format_idc != 0) {
160 if (s->sps->chroma_format_idc != 0) {
196 if (s->sps->chroma_format_idc != 0) {
875 (s->sps->chroma_format_idc == 2 &&
883 (s->sps->chroma_format_idc == 2 &&
949 if (log2_trafo_size > 2 || s->sps->chroma_format_idc == 3) {
959 for (i = 0; i < (s->sps->chroma_format_idc == 2 ? 2 : 1); i++) {
988 for (i = 0; i < (s->sps->chroma_format_idc == 2 ? 2 : 1); i++) {
1016 for (i = 0; i < (s->sps->chroma_format_idc == 2 ? 2 : 1); i++) {
1026 for (i = 0; i < (s->sps->chroma_format_idc
[all...]
H A Dh264.c637 h->chroma_format_idc = 1;
991 if (h->sps.chroma_format_idc)
1016 if (h->sps.chroma_format_idc) {
1244 h->cur_chroma_format_idc != h->sps.chroma_format_idc) {
1247 (h->sps.bit_depth_luma != 8 || h->sps.chroma_format_idc > 1)) {
1255 h->cur_chroma_format_idc = h->sps.chroma_format_idc;
1259 h->sps.chroma_format_idc);
1263 h->sps.chroma_format_idc);
H A Dh264_cavlc.c704 int decode_chroma = h->sps.chroma_format_idc == 1 || h->sps.chroma_format_idc == 2;
771 const int mb_size = ff_h264_mb_sizes[h->sps.chroma_format_idc] *
1133 const int num_c8x8 = h->sps.chroma_format_idc;
H A Dh264_slice.c443 src->sps.chroma_format_idc);
511 h->sps.chroma_format_idc != h1->sps.chroma_format_idc ||
1370 h->cur_chroma_format_idc != h->sps.chroma_format_idc
1375 h->chroma_format_idc != h->sps.chroma_format_idc) {
1377 h->chroma_format_idc = h->sps.chroma_format_idc;
1392 || h->cur_chroma_format_idc != h->sps.chroma_format_idc
1407 h->chroma_y_shift = h->sps.chroma_format_idc <
[all...]
H A Dh264_cabac.c1888 int decode_chroma = h->sps.chroma_format_idc == 1 || h->sps.chroma_format_idc == 2;
1999 const int mb_size = ff_h264_mb_sizes[h->sps.chroma_format_idc] *
H A Ddxva2_h264.c101 (h->sps.chroma_format_idc << 4) |
H A Dhevc.h401 int chroma_format_idc; member in struct:HEVCSPS
H A Dhevcpred_template.c290 if (!s->sps->intra_smoothing_disabled_flag && (c_idx == 0 || s->sps->chroma_format_idc == 3)) {
H A Dhevc_cabac.c1129 if (s->sps->chroma_format_idc == 1) {
H A Dhevc_filter.c64 if (s->sps->chroma_format_idc == 1) {
H A Dsvq3.c896 h->sps.chroma_format_idc = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_cavlc.c700 int decode_chroma = h->sps.chroma_format_idc == 1 || h->sps.chroma_format_idc == 2;
768 const int mb_size = mb_sizes[h->sps.chroma_format_idc]*h->sps.bit_depth_luma >> 3;
H A Dh264_cabac.c1875 int decode_chroma = h->sps.chroma_format_idc == 1 || h->sps.chroma_format_idc == 2;
1986 const int mb_size = mb_sizes[h->sps.chroma_format_idc]*h->sps.bit_depth_luma >> 3;
H A Ddxva2_h264.c100 (h->sps.chroma_format_idc << 4) |
H A Dh264.c1006 ff_h264_pred_init(&dst->hpc, src->s.codec_id, src->sps.bit_depth_luma, src->sps.chroma_format_idc);
1967 if (!h->sps.chroma_format_idc) {
1998 if (!h->sps.chroma_format_idc) {
2253 if(h->sps.chroma_format_idc)
2278 if(h->sps.chroma_format_idc){
2719 s->chroma_y_shift = h->sps.chroma_format_idc <= 1; // 400 uses yuv420p
4065 h->cur_chroma_format_idc != h->sps.chroma_format_idc) {
4068 h->cur_chroma_format_idc = h->sps.chroma_format_idc;
4071 ff_h264dsp_init(&h->h264dsp, h->sps.bit_depth_luma, h->sps.chroma_format_idc);
4072 ff_h264_pred_init(&h->hpc, s->codec_id, h->sps.bit_depth_luma, h->sps.chroma_format_idc);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dh264dsp.c746 const int chroma_format_idc)
754 if (chroma_format_idc <= 1)
745 ff_h264dsp_init_ppc(H264DSPContext *c, const int bit_depth, const int chroma_format_idc) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dh264_altivec.c1002 void ff_h264dsp_init_ppc(H264DSPContext *c, const int bit_depth, const int chroma_format_idc) argument
1007 if (chroma_format_idc == 1)

Completed in 372 milliseconds

12