Searched refs:intra_prediction_down_copy (Results 1 - 12 of 12) sorted by path

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dreconintra4x4.h20 static void intra_prediction_down_copy(MACROBLOCKD *xd, function
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddecodeframe.c187 intra_prediction_down_copy(xd, xd->recon_above[0] + 16);
H A Dthreading.c182 intra_prediction_down_copy(xd, xd->recon_above[0] + 16);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodeintra.c86 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16);
H A Dpickinter.c194 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16);
H A Drdopt.c724 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16);
/external/libvpx/libvpx/vp8/common/
H A Dreconintra4x4.h20 static void intra_prediction_down_copy(MACROBLOCKD *xd, function
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodeframe.c186 intra_prediction_down_copy(xd, xd->recon_above[0] + 16);
H A Dthreading.c182 intra_prediction_down_copy(xd, xd->recon_above[0] + 16);
/external/libvpx/libvpx/vp8/encoder/
H A Dencodeintra.c86 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16);
H A Dpickinter.c194 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16);
H A Drdopt.c725 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16);

Completed in 446 milliseconds