Searched refs:is_pcm (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc.h871 uint8_t *is_pcm; member in struct:HEVCContext
H A Dhevc_filter.c172 if (s->is_pcm[y * s->sps->min_pu_width + x]) {
301 return s->is_pcm[y_pu * s->sps->min_pu_width + x_pu];
H A Dhevc.c64 av_freep(&s->is_pcm);
107 s->is_pcm = av_malloc(min_pu_size);
108 if (!s->tab_ipm || !s->cbf_luma || !s->is_pcm)
1081 s->is_pcm[i + j * min_pu_width] = 2;
2576 memset(s->is_pcm, 0, s->sps->min_pu_width * s->sps->min_pu_height);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmxfdec.c2007 static int is_pcm(enum AVCodecID codec_id) function
2030 !is_pcm(s->streams[0]->codec->codec_id) ||

Completed in 177 milliseconds