Searched refs:PPS (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264.h236 typedef struct PPS { struct
256 } PPS; typedef in typeref:struct:PPS
439 PPS pps; ///< current pps
572 PPS *pps_buffers[MAX_PPS_COUNT];
787 * Decode PPS
804 * like SPS, PPS etc.
H A Dh264_ps.c294 PPS *pps, int is_sps,
580 static void build_qp_table(PPS *pps, int t, int index, const int depth)
589 static int more_rbsp_data_in_pps(H264Context *h, PPS *pps)
597 "Current profile doesn't provide more RBSP data in PPS, skipping\n");
607 PPS *pps;
617 pps = av_mallocz(sizeof(PPS));
H A Dh264_slice.c528 // SPS/PPS
536 MAX_PPS_COUNT, sizeof(PPS))) < 0)
650 // SPS/PPS
658 MAX_PPS_COUNT, sizeof(PPS))) < 0)
663 // FIXME these are big - can they be only copied when PPS changes?
1342 "non-existing PPS %u referenced\n",
1348 "PPS change from %d to %d forbidden\n",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264.h212 typedef struct PPS{ struct
232 }PPS; typedef in typeref:struct:PPS
338 PPS pps; //FIXME move to Picture perhaps? (->no) do we need that?
456 PPS *pps_buffers[MAX_PPS_COUNT];
604 * Decode PPS
618 * Free any data that may have been allocated in the H264 context like SPS, PPS etc.
H A Dh264_ps.c270 static void decode_scaling_matrices(H264Context *h, SPS *sps, PPS *pps, int is_sps,
476 build_qp_table(PPS *pps, int t, int index, const int depth)
487 PPS *pps;
499 pps= av_mallocz(sizeof(PPS));
H A Dh264.c1233 //SPS/PPS
1236 copy_parameter_set((void**)h->pps_buffers, (void**)h1->pps_buffers, MAX_PPS_COUNT, sizeof(PPS));
1240 //FIXME these are big - can they be only copied when PPS changes?
2699 av_log(h->s.avctx, AV_LOG_ERROR, "non-existing PPS %u referenced\n", pps_id);
3929 // packets can sometimes contain multiple PPS/SPS

Completed in 78 milliseconds