Lines Matching refs:ss_os
130 cfg->ss_os[ss_count] = ss_mvs[i].row * stride + ss_mvs[i].col; in vp9_init_dsmotion_compensation()
150 cfg->ss_os[ss_count] = ss_mvs[i].row * stride + ss_mvs[i].col; in vp9_init3smotion_compensation()
1787 const intptr_t *ss_os = &cfg->ss_os[search_param * cfg->searches_per_step]; in vp9_diamond_search_sad_new() local
1828 for (t = 0; t < 4; t++) block_offset[t] = ss_os[i + t] + best_address; in vp9_diamond_search_sad_new()
1855 const uint8_t *const check_here = ss_os[i] + best_address; in vp9_diamond_search_sad_new()
1874 best_address += ss_os[best_site]; in vp9_diamond_search_sad_new()
1940 const intptr_t *ss_os = &cfg->ss_os[search_param * cfg->searches_per_step]; in vp9_diamond_search_sad_c() local
1981 for (t = 0; t < 4; t++) block_offset[t] = ss_os[i + t] + best_address; in vp9_diamond_search_sad_c()
2006 const uint8_t *const check_here = ss_os[i] + best_address; in vp9_diamond_search_sad_c()
2024 best_address += ss_os[best_site]; in vp9_diamond_search_sad_c()
2031 const uint8_t *const check_here = ss_os[best_site] + best_address; in vp9_diamond_search_sad_c()
2040 best_address += ss_os[best_site]; in vp9_diamond_search_sad_c()