Searched refs:xblen (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | diracdec.c | 56 #define MAX_BLOCKSIZE 32 /* maximum xblen/yblen we support */ 116 uint8_t xblen; member 1088 p->xblen = s->plane[0].xblen >> s->chroma_x_shift; in init_planes() 1094 p->xoffset = (p->xblen - p->xbsep)/2; in init_planes() 1122 s->plane[0].xblen = get_interleaved_ue_golomb(gb); in dirac_unpack_prediction_parameters() 1128 s->plane[0].xblen = default_blen[idx-1]; in dirac_unpack_prediction_parameters() 1136 if (s->plane[0].xblen % (1 << s->chroma_x_shift) != 0 || in dirac_unpack_prediction_parameters() 1138 !s->plane[0].xblen || !s->plane[0].yblen) { in dirac_unpack_prediction_parameters() 1141 s->plane[0].xblen, in dirac_unpack_prediction_parameters() 1742 add_dc(uint16_t *dst, int dc, int stride, uint8_t *obmc_weight, int xblen, int yblen) add_dc() argument 1810 select_dsp_funcs(DiracContext *s, int width, int height, int xblen, int yblen) select_dsp_funcs() argument [all...] |
H A D | diracdsp.c | 119 #define ADD_OBMC(xblen) \ 120 static void add_obmc ## xblen ## _c(uint16_t *dst, const uint8_t *src, int stride, \ 125 for (x = 0; x < xblen; x += 2) { \
|
Completed in 4 milliseconds