Searched defs:curr_x (Results 1 – 3 of 3) sorted by relevance
1328 const uint32_t curr_x = ((mi_col * MI_SIZE) >> scale_horz) + x * MI_SIZE; in av1_filter_block_plane_vert() local1928 const uint32_t curr_x = ((mi_col * MI_SIZE) >> scale_horz) + x * MI_SIZE; in av1_filter_block_plane_horz() local1972 const uint32_t curr_x = mi_col + x; in av1_filter_block_plane_horz_opt() local2041 const uint32_t curr_x = mi_col + (x << scale_horz); in av1_filter_block_plane_horz_opt_chroma() local
188 int curr_x, curr_y; /**< for iterating over bins */ member
259 for (int curr_x = orig_x; curr_x < x_bound; ++curr_x) { in DownsampleAveraged() local