Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddiracdec.c120 uint8_t ybsep; member
1091 p->ybsep = s->plane[0].ybsep >> s->chroma_y_shift; in init_planes()
1095 p->yoffset = (p->yblen - p->ybsep)/2; in init_planes()
1125 s->plane[0].ybsep = get_interleaved_ue_golomb(gb); in dirac_unpack_prediction_parameters()
1131 s->plane[0].ybsep = 4 * idx; in dirac_unpack_prediction_parameters()
1144 if (!s->plane[0].xbsep || !s->plane[0].ybsep || s->plane[0].xbsep < s->plane[0].xblen/2 || s->plane[0].ybsep < s->plane[0].yblen/2) { in dirac_unpack_prediction_parameters()
1148 if (s->plane[0].xbsep > s->plane[0].xblen || s->plane[0].ybsep > s->plane[0].yblen) { in dirac_unpack_prediction_parameters()
1513 s->sbheight = DIVRNDUP(s->seq.height, 4*s->plane[0].ybsep); in dirac_unpack_block_motion_data()
[all...]

Completed in 5 milliseconds