Searched refs:sps_buffers (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_sei.c53 if (!sps->log2_max_frame_num && h->sps_buffers[i])
54 sps = h->sps_buffers[i];
199 if (sps_id > 31 || !h->sps_buffers[sps_id]) {
204 sps = h->sps_buffers[sps_id];
H A Dh264_ps.c570 av_free(h->sps_buffers[sps_id]);
571 h->sps_buffers[sps_id] = sps;
591 const SPS *sps = h->sps_buffers[pps->sps_id];
622 h->sps_buffers[pps->sps_id] == NULL) {
626 sps = h->sps_buffers[pps->sps_id];
697 memcpy(pps->scaling_matrix4, h->sps_buffers[pps->sps_id]->scaling_matrix4,
699 memcpy(pps->scaling_matrix8, h->sps_buffers[pps->sps_id]->scaling_matrix8,
705 decode_scaling_matrices(h, h->sps_buffers[pps->sps_id], pps, 0,
H A Dvda_h264_dec.c239 SPS *sps = ctx->h264ctx.sps_buffers[i];
H A Dh264_parser.c308 if (!h->sps_buffers[h->pps.sps_id]) {
313 h->sps = *h->sps_buffers[h->pps.sps_id];
H A Dh264_slice.c529 if ((ret = copy_parameter_set((void **)h->sps_buffers,
530 (void **)h1->sps_buffers,
562 av_freep(h->sps_buffers + i);
574 memset(h->sps_buffers, 0, sizeof(h->sps_buffers));
651 if ((ret = copy_parameter_set((void **)h->sps_buffers,
652 (void **)h1->sps_buffers,
1354 if (!h0->sps_buffers[h->pps.sps_id]) {
1363 h0->sps_buffers[h->pps.sps_id]->new) {
1365 h->sps = *h0->sps_buffers[
[all...]
H A Dh264.h571 SPS *sps_buffers[MAX_SPS_COUNT]; member in struct:H264Context
H A Dh264.c724 memset(h->sps_buffers, 0, sizeof(h->sps_buffers));
1950 av_freep(h->sps_buffers + i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_sei.c140 if(sps_id > 31 || !h->sps_buffers[sps_id]) {
144 sps = h->sps_buffers[sps_id];
H A Dh264_parser.c183 if(!h->sps_buffers[h->pps.sps_id]) {
187 h->sps = *h->sps_buffers[h->pps.sps_id];
H A Dh264_ps.c466 av_free(h->sps_buffers[sps_id]);
467 h->sps_buffers[sps_id]= sps;
503 if((unsigned)pps->sps_id>=MAX_SPS_COUNT || h->sps_buffers[pps->sps_id] == NULL){
566 memcpy(pps->scaling_matrix4, h->sps_buffers[pps->sps_id]->scaling_matrix4, sizeof(pps->scaling_matrix4));
567 memcpy(pps->scaling_matrix8, h->sps_buffers[pps->sps_id]->scaling_matrix8, sizeof(pps->scaling_matrix8));
573 decode_scaling_matrices(h, h->sps_buffers[pps->sps_id], pps, 0, pps->scaling_matrix4, pps->scaling_matrix8);
H A Dh264.h455 SPS *sps_buffers[MAX_SPS_COUNT]; member in struct:H264Context
H A Dh264.c1180 memset(h->sps_buffers, 0, sizeof(h->sps_buffers));
1201 av_freep(h->sps_buffers + i);
1207 memset(h->sps_buffers, 0, sizeof(h->sps_buffers));
1234 copy_parameter_set((void**)h->sps_buffers, (void**)h1->sps_buffers, MAX_SPS_COUNT, sizeof(SPS));
2704 if(!h0->sps_buffers[h->pps.sps_id]) {
2708 h->sps = *h0->sps_buffers[h->pps.sps_id];
4318 av_freep(h->sps_buffers
[all...]

Completed in 87 milliseconds