Searched refs:tmpA (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | hq_hqadsp.c | 37 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmp9, tmpA; in idct_row() local 50 tmpA = IDCTMUL(tmp4, FIX_1_414) * 4 - tmp9; in idct_row() 51 tmpB = tmp6 * 4 + tmpA; in idct_row() 65 blk[2] = tmp11 + tmpA; in idct_row() 68 blk[5] = tmp11 - tmpA; in idct_row() 75 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmp9, tmpA; in idct_col() local 88 tmpA = IDCTMUL(tmp4, FIX_1_414) * 2 - tmp9; in idct_col() 89 tmpB = tmp6 * 2 + tmpA; in idct_col() 103 blk[2 * 8] = (tmp11 + tmpA) >> 6; in idct_col() 106 blk[5 * 8] = (tmp11 - tmpA) >> in idct_col() [all...] |
H A D | h264qpel_template.c | 141 const int tmpA= tmp[-1*tmpStride] - pad;\ 147 OP2(dst[0*dstStride], (tmp0+tmp1)*20 - (tmpA+tmp2)*5 + (tmpB+tmp3));\ 148 OP2(dst[1*dstStride], (tmp1+tmp2)*20 - (tmp0+tmp3)*5 + (tmpA+tmp4));\ 224 const int tmpA= tmp[-1*tmpStride] - pad;\ 232 OP2(dst[0*dstStride], (tmp0+tmp1)*20 - (tmpA+tmp2)*5 + (tmpB+tmp3));\ 233 OP2(dst[1*dstStride], (tmp1+tmp2)*20 - (tmp0+tmp3)*5 + (tmpA+tmp4));\ 328 const int tmpA= tmp[-1*tmpStride] - pad;\ 340 OP2(dst[0*dstStride], (tmp0+tmp1)*20 - (tmpA+tmp2)*5 + (tmpB+tmp3));\ 341 OP2(dst[1*dstStride], (tmp1+tmp2)*20 - (tmp0+tmp3)*5 + (tmpA+tmp4));\
|
H A D | cavsdsp.c | 373 const int tmpA= tmp[-1*8]; \ 385 OP(dst[0*dstStride], AV*tmpB + BV*tmpA + CV*tmp0 + DV*tmp1 + EV*tmp2 + FV*tmp3 + 64*src2[0*srcStride]); \ 386 OP(dst[1*dstStride], AV*tmpA + BV*tmp0 + CV*tmp1 + DV*tmp2 + EV*tmp3 + FV*tmp4 + 64*src2[1*srcStride]); \ 402 const int tmpA= tmp[-1*8]; \ 414 OP(dst[0*dstStride], AV*tmpB + BV*tmpA + CV*tmp0 + DV*tmp1 + EV*tmp2 + FV*tmp3); \ 415 OP(dst[1*dstStride], AV*tmpA + BV*tmp0 + CV*tmp1 + DV*tmp2 + EV*tmp3 + FV*tmp4); \
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | swscale.c | 114 const int16_t **tmpA = (const int16_t **) alpPlane->tmp; in ff_updateMMXDitherTables() local 116 tmpA[i] = alpSrcPtr[neg]; in ff_updateMMXDitherTables() 118 tmpA[i] = alpSrcPtr[i]; in ff_updateMMXDitherTables() 120 tmpA[i] = tmpA[i - 1]; in ff_updateMMXDitherTables() 121 alpSrcPtr = tmpA; in ff_updateMMXDitherTables()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | h264qpel_mmi.c | 1317 const int16_t tmpA= tmp[-4]; in put_h264_qpel4_hv_lowpass_mmi() local 1325 op2_put(dst[0*dstStride], (tmp0+tmp1)*20 - (tmpA+tmp2)*5 + (tmpB+tmp3)); in put_h264_qpel4_hv_lowpass_mmi() 1326 op2_put(dst[1*dstStride], (tmp1+tmp2)*20 - (tmp0+tmp3)*5 + (tmpA+tmp4)); in put_h264_qpel4_hv_lowpass_mmi() 1881 const int16_t tmpA= tmp[-4]; in avg_h264_qpel4_hv_lowpass_mmi() local 1889 op2_avg(dst[0*dstStride], (tmp0+tmp1)*20 - (tmpA+tmp2)*5 + (tmpB+tmp3)); in avg_h264_qpel4_hv_lowpass_mmi() 1890 op2_avg(dst[1*dstStride], (tmp1+tmp2)*20 - (tmp0+tmp3)*5 + (tmpA+tmp4)); in avg_h264_qpel4_hv_lowpass_mmi()
|
/third_party/skia/src/core/ |
H A D | SkRegion.cpp | 1115 RunType tmpA[kRectRegionRuns]; in Oper() local 1119 const RunType* a_runs = rgna->getRuns(tmpA, &a_intervals); in Oper()
|
Completed in 12 milliseconds