Searched refs:qp_y_tab (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_filter.c109 qPy_a = s->qp_y_tab[(x_cb - 1) + y_cb * min_cb_width];
115 qPy_b = s->qp_y_tab[x_cb + (y_cb - 1) * min_cb_width];
141 return s->qp_y_tab[x + y * s->sps->min_cb_width];
H A Dhevc.h858 int8_t *qp_y_tab; member in struct:HEVCContext
H A Dhevc.c66 av_freep(&s->qp_y_tab);
114 s->qp_y_tab = av_malloc_array(pic_size_in_ctb,
115 sizeof(*s->qp_y_tab));
116 if (!s->qp_y_tab || !s->filter_slice_edges || !s->tab_slice_address)
2120 memset(&s->qp_y_tab[x], lc->qp_y, length);

Completed in 61 milliseconds