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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c2673 int orig_dst_stride[MAX_MB_PLANE]; local
2766 orig_dst_stride[i] = xd->plane[i].dst.stride;
2832 xd->plane[j].dst.stride = orig_dst_stride[j];
2859 xd->plane[i].dst.stride = orig_dst_stride[i];
2882 xd->plane[i].dst.stride = orig_dst_stride[i];
2917 xd->plane[i].dst.stride = orig_dst_stride[i];
3023 xd->plane[i].dst.stride = orig_dst_stride[i];
3041 xd->plane[i].dst.stride = orig_dst_stride[i];
3054 xd->plane[i].dst.stride = orig_dst_stride[i];

Completed in 111 milliseconds