Home
last modified time | relevance | path

Searched refs:vp8_interpolate_motion (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libvpx/vp8/decoder/
H A Derror_concealment.h34 void vp8_interpolate_motion(MACROBLOCKD *mb, int mb_row, int mb_col,
H A Derror_concealment.c461 void vp8_interpolate_motion(MACROBLOCKD *mb, int mb_row, int mb_col, in vp8_interpolate_motion() function
H A Dthreading.c397 vp8_interpolate_motion(xd, mb_row, mb_col, pc->mb_rows, pc->mb_cols); in mt_decode_mb_rows()
H A Ddecodeframe.c551 vp8_interpolate_motion(xd, mb_row, mb_col, pc->mb_rows, pc->mb_cols); in decode_mb_rows()