Home
last modified time | relevance | path

Searched refs:intra_prediction_down_copy (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dreconintra4x4.h20 static void intra_prediction_down_copy(MACROBLOCKD *xd, in intra_prediction_down_copy() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dencodeintra.c86 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16); in vp8_encode_intra4x4mby()
Dpickinter.c195 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16); in pick_intra4x4mby_modes()
Drdopt.c725 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16); in rd_pick_intra4x4mby_modes()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Dthreading.c182 intra_prediction_down_copy(xd, xd->recon_above[0] + 16); in mt_decode_macroblock()
Ddecodeframe.c186 intra_prediction_down_copy(xd, xd->recon_above[0] + 16); in decode_macroblock()