Home
last modified time | relevance | path

Searched refs:temp_x (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_bilateral.c172 float *temp_factor_x, *temp_x = &img_temp[y * width]; \
177 *temp_x++ = ypr = *in_x++; \
191 *temp_x++ = ycr = inv_alpha_*(*in_x++) + alpha_*ypr; \
197 --temp_x; *temp_x = ((*temp_x) + (*--in_x)); \
211 --temp_x; *temp_x = ((*temp_x) + ycr); \
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c2915 uint32_t temp_x, temp_y; in crocus_create_surface() local
2920 &temp_offset, &temp_x, &temp_y); in crocus_create_surface()
2922 (temp_x || temp_y)) { in crocus_create_surface()

Completed in 14 milliseconds