Searched refs:tab_ipm (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc.h868 uint8_t *tab_ipm; member in struct:HEVCContext
H A Dhevc.c62 av_freep(&s->tab_ipm);
106 s->tab_ipm = av_mallocz(min_pu_size);
108 if (!s->tab_ipm || !s->cbf_luma || !s->is_pcm)
1804 s->tab_ipm[(y_pu - 1) * min_pu_width + x_pu] : INTRA_DC;
1806 s->tab_ipm[y_pu * min_pu_width + x_pu - 1] : INTRA_DC;
1861 memset(&s->tab_ipm[(y_pu + i) * min_pu_width + x_pu],
1973 memset(&s->tab_ipm[(y_pu + j) * min_pu_width + x_pu], INTRA_DC, size_in_pus);

Completed in 60 milliseconds