Home | History | Annotate | Download | only in source

Lines Matching full:average

261 // For rounding, average = (sum + 2) / 4
262 // becomes average((sum >> 1), 0)
362 movdqu xmm0, [eax] // average rows
387 psrlw xmm0, 4 // /16 for average of 4 * 4
455 vmovdqu ymm0, [eax] // average rows
481 vpsrlw ymm0, ymm0, 4 // /32 for average of 4 * 4
781 movdqu xmm0, [eax] // average 2 rows into xmm0
1064 pavgb xmm0, xmm2 // average rows
1066 movdqa xmm2, xmm0 // average columns (8 to 4 pixels)
1147 pavgb xmm0, xmm2 // average rows
1149 movdqa xmm2, xmm0 // average columns (8 to 4 pixels)