Lines Matching refs:plane_idx
854 int plane_idx, int is_key, int is_chroma)
868 const int stride = frame->linesize[plane_idx];
873 ref_start = frame->data[plane_idx];
874 ref_end = frame->data[plane_idx] + ((bh - 1) * frame->linesize[plane_idx] + bw - 1) * 8;
885 dst = frame->data[plane_idx] + 8*by*stride;
1022 int plane_idx, int is_chroma)
1034 const int stride = frame->linesize[plane_idx];
1043 dst = frame->data[plane_idx];
1057 ref_start = c->last->data[plane_idx] ? c->last->data[plane_idx]
1058 : frame->data[plane_idx];
1060 + (bw - 1 + c->last->linesize[plane_idx] * (bh - 1)) * 8;
1085 dst = frame->data[plane_idx] + 8*by*stride;
1086 prev = (c->last->data[plane_idx] ? c->last->data[plane_idx]
1087 : frame->data[plane_idx]) + 8*by*stride;
1261 int plane, plane_idx, ret;
1287 plane_idx = (!plane || !c->swap_planes) ? plane : (plane ^ 3);
1290 if ((ret = bink_decode_plane(c, frame, &gb, plane_idx, !!plane)) < 0)
1293 if ((ret = binkb_decode_plane(c, frame, &gb, plane_idx,