Home
last modified time | relevance | path

Searched refs:motion_estimation (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vce_40_2_2.c179 static void motion_estimation(struct rvce_encoder *enc) in motion_estimation() function
291 enc->motion_estimation(enc); in config()
447 enc->motion_estimation = motion_estimation; in radeon_vce_40_2_2_init()
Dradeon_vce_52.c425 enc->motion_estimation(enc); in config()
455 static void motion_estimation(struct rvce_encoder *enc) in motion_estimation() function
636 enc->motion_estimation = motion_estimation; in radeon_vce_52_init()
Dradeon_vce.h376 void (*motion_estimation)(struct rvce_encoder *enc); member