Searched defs:x_start (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dadaptive_smooth_no_mmx.cpp38 x_start = value of x coordinate of type int that specifies the first
87 of pelc0 is specified by x_start and y_start in the 1-D array "Rec_Y" as
88 follows (assuming x_start=0):
90 location of pelc0 = [(y_start+1) * width] + x_start
98 (y_start,x_start) may be specified independently of (y_blk_start, x_blk_start).
100 (y_start,x_start)
215 int x_start, /* i */
250 Rec_Y_ptr = &Rec_Y[addr_v + x_start]; /* initializing pointer to
296 for (col_cntr = (x_blk_start + BLKSIZE - 1) - x_start; col_cntr > 0; col_cntr--)
358 Rec_Y_ptr = &Rec_Y[addr_v + x_start]; /* advanc
212 AdaptiveSmooth_NoMMX( uint8 *Rec_Y, int y_start, int x_start, int y_blk_start, int x_blk_start, int thr, int width, int max_diff ) argument
[all...]

Completed in 47 milliseconds