Home
last modified time | relevance | path

Searched refs:get_prediction_error (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c318 static unsigned int get_prediction_error(BLOCK_SIZE bsize, in get_prediction_error() function
769 motion_error = get_prediction_error( in vp9_first_pass()
773 motion_error = get_prediction_error( in vp9_first_pass()
789 raw_motion_error = get_prediction_error( in vp9_first_pass()
793 raw_motion_error = get_prediction_error( in vp9_first_pass()
828 gf_motion_error = get_prediction_error( in vp9_first_pass()
832 gf_motion_error = get_prediction_error( in vp9_first_pass()
/external/libvpx/libvpx/vp8/encoder/
Dpickinter.c221 static int get_prediction_error(BLOCK *be, BLOCKD *b) in get_prediction_error() function
263 distortion = get_prediction_error(be, b); in pick_intra4x4block()