Home
last modified time | relevance | path

Searched refs:ybsep (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddiracdec.c119 uint8_t ybsep; member
1090 p->ybsep = s->plane[0].ybsep >> s->chroma_y_shift; in init_planes()
1094 p->yoffset = (p->yblen - p->ybsep)/2; in init_planes()
1124 s->plane[0].ybsep = get_interleaved_ue_golomb(gb); in dirac_unpack_prediction_parameters()
1130 s->plane[0].ybsep = 4 * idx; in dirac_unpack_prediction_parameters()
1143 …if (!s->plane[0].xbsep || !s->plane[0].ybsep || s->plane[0].xbsep < s->plane[0].xblen/2 || s->plan… in dirac_unpack_prediction_parameters()
1147 if (s->plane[0].xbsep > s->plane[0].xblen || s->plane[0].ybsep > s->plane[0].yblen) { in dirac_unpack_prediction_parameters()
1512 s->sbheight = DIVRNDUP(s->seq.height, 4*s->plane[0].ybsep); in dirac_unpack_block_motion_data()
1920 int rowheight = p->ybsep*p->stride; in dirac_decode_frame_internal()
1941 if (y == s->blheight-1 || start+p->ybsep > p->height) in dirac_decode_frame_internal()
[all …]