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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c2574 int orig_dst_stride[MAX_MB_PLANE]) {
2578 xd->plane[i].dst.stride = orig_dst_stride[i];
2615 int orig_dst_stride[MAX_MB_PLANE]; local
2674 orig_dst_stride[i] = xd->plane[i].dst.stride;
2731 restore_dst_buf(xd, orig_dst, orig_dst_stride);
2757 restore_dst_buf(xd, orig_dst, orig_dst_stride);
2776 restore_dst_buf(xd, orig_dst, orig_dst_stride);
2806 restore_dst_buf(xd, orig_dst, orig_dst_stride);
2905 restore_dst_buf(xd, orig_dst, orig_dst_stride);
2920 restore_dst_buf(xd, orig_dst, orig_dst_stride);
2572 restore_dst_buf(MACROBLOCKD *xd, uint8_t *orig_dst[MAX_MB_PLANE], int orig_dst_stride[MAX_MB_PLANE]) argument
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c2679 int orig_dst_stride[MAX_MB_PLANE]) {
2683 xd->plane[i].dst.stride = orig_dst_stride[i];
2720 int orig_dst_stride[MAX_MB_PLANE]; local
2779 orig_dst_stride[i] = xd->plane[i].dst.stride;
2837 restore_dst_buf(xd, orig_dst, orig_dst_stride);
2863 restore_dst_buf(xd, orig_dst, orig_dst_stride);
2882 restore_dst_buf(xd, orig_dst, orig_dst_stride);
2912 restore_dst_buf(xd, orig_dst, orig_dst_stride);
3011 restore_dst_buf(xd, orig_dst, orig_dst_stride);
3026 restore_dst_buf(xd, orig_dst, orig_dst_stride);
2677 restore_dst_buf(MACROBLOCKD *xd, uint8_t *orig_dst[MAX_MB_PLANE], int orig_dst_stride[MAX_MB_PLANE]) argument
[all...]

Completed in 103 milliseconds