Lines Matching defs:blkwidth

25 /* (blkwidth << 2) + (dy << 1) + dx */
124 int blkwidth, int blkheight)
143 eFullPelMC(ref, picpitch, pred, pred_pitch, blkwidth, blkheight);
151 eHorzInterp1MC(ref, picpitch, pred, pred_pitch, blkwidth, blkheight, dx);
158 eVertInterp1MC(ref, picpitch, pred, pred_pitch, blkwidth, blkheight, dy);
165 eVertInterp2MC(ref, picpitch, &temp2[0][0], 21, blkwidth + 5, blkheight);
167 eHorzInterp2MC(&temp2[0][2], 21, pred, pred_pitch, blkwidth, blkheight, dx);
174 eHorzInterp3MC(ref, picpitch, &temp2[0][0], 21, blkwidth, blkheight + 5);
175 eVertInterp3MC(&temp2[2][0], 21, pred, pred_pitch, blkwidth, blkheight, dy);
184 eDiagonalInterpMC(ref2, ref, picpitch, pred, pred_pitch, blkwidth, blkheight);
191 uint8 *out, int blkwidth, int blkheight)
198 out_offset = 24 - blkwidth;
204 offset = picpitch - blkwidth - 3;
212 for (i = 3; i < blkwidth; i += 4)
227 offset = picpitch - blkwidth - 2;
232 for (i = 2; i < blkwidth; i += 4)
247 offset = picpitch - blkwidth - 1;
251 for (i = 1; i < blkwidth; i += 4)
269 int blkwidth, int blkheight, int dx)
280 curr_offset = (outpitch - blkwidth) >> 2;
282 ref_offset = inpitch - blkwidth;
291 tmp = p_ref + blkwidth;
355 p_ref += ref_offset; /* ref_offset = inpitch-blkwidth; */
360 p_ref -= (ref_offset + blkwidth); /* input */
363 tmp = p_ref + blkwidth;
437 tmp = p_ref + blkwidth;
489 p_ref += ref_offset; /* ref_offset = inpitch-blkwidth; */
494 p_ref -= (ref_offset + blkwidth); /* input */
497 tmp = p_ref + blkwidth;
559 int blkwidth, int blkheight, int dx)
568 curr_offset = (outpitch - blkwidth) >> 2;
570 ref_offset = inpitch - blkwidth;
578 tmp = p_ref + blkwidth;
657 tmp = p_ref + blkwidth;
718 int blkwidth, int blkheight)
726 curr_offset = (outpitch - blkwidth);
728 ref_offset = inpitch - blkwidth;
732 tmp = p_ref + blkwidth;
782 int blkwidth, int blkheight, int dy)
793 eCreateAlign(in, inpitch, -2, &tmp_in[0][0], blkwidth, blkheight + 5);
807 for (j = 0; j < blkwidth; j += 4, in += 4)
955 for (j = 0; j < blkwidth; j += 4, in += 4)
1084 int blkwidth, int blkheight)
1095 for (j = 0; j < blkwidth; j++)
1149 int blkwidth, int blkheight, int dy)
1164 for (j = 0; j < blkwidth; j++)
1244 for (j = 0; j < blkwidth; j++)
1308 int blkwidth, int blkheight)
1320 ref_offset = inpitch - blkwidth;
1327 CreateAlign(p_ref,inpitch,0,&tmp_in[0][0],blkwidth+8,blkheight);
1329 ref_offset = 24-blkwidth;
1336 tmp = p_ref + blkwidth;
1397 p_tmp += ((24 - blkwidth) >> 2); /* move to the next line */
1398 p_ref += ref_offset; /* ref_offset = inpitch-blkwidth; */
1403 p_ref -= (ref_offset + blkwidth); /* input */
1405 tmp = p_ref + blkwidth;
1457 p_tmp += ((24 - blkwidth) >> 2); /* move to the next line */
1458 p_ref += ref_offset; /* ref_offset = inpitch-blkwidth; */
1466 eCreateAlign(in2, inpitch, -2, &tmp_in[0][0], blkwidth, blkheight + 5);
1477 for (j = 0; j < blkwidth; j += 4, in2 += 4)
1650 int blkwidth, int blkheight)
1653 int offset_in = inpitch - blkwidth;
1654 int offset_out = outpitch - blkwidth;
1662 for (i = blkwidth; i > 0; i -= 4)
1683 for (i = blkwidth; i > 0; i -= 4)
1808 int blkwidth, int blkheight)
1825 index = offset_dx + (offset_dy << 1) + ((blkwidth << 1) & 0x7);
1827 (*(eChromaMC_SIMD[index]))(ref, picpitch , dx, dy, pred, picpitch, blkwidth, blkheight);
1834 uint8 *pOut, int predPitch, int blkwidth, int blkheight)
1849 for (j = 0; j < blkwidth; j += 4)
1871 out += (32 - blkwidth);
1877 for (j = 0; j < blkwidth; j += 4)
1926 uint8 *pOut, int predPitch, int blkwidth, int blkheight)
1942 for (j = 0; j < blkwidth; j += 4)
1975 uint8 *pOut, int predPitch, int blkwidth, int blkheight)
1984 for (i = 0; i < blkwidth; i += 4)
2018 uint8 *pOut, int predPitch, int blkwidth, int blkheight)
2020 (void)(blkwidth);
2061 uint8 *pOut, int predPitch, int blkwidth, int blkheight)
2064 (void)(blkwidth);
2083 uint8 *pOut, int predPitch, int blkwidth, int blkheight)
2086 (void)(blkwidth);
2109 uint8 *pOut, int predPitch, int blkwidth, int blkheight)
2115 int offset_in = srcPitch - blkwidth;
2116 int offset_out = predPitch - blkwidth;
2124 for (i = blkwidth; i > 0; i -= 2)
2140 for (i = blkwidth; i > 0; i -= 2)