Home
last modified time | relevance | path

Searched refs:hpel (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dsnow.c172 const uint8_t *hpel[11]; in mc_block() local
267 hpel[ 0]= src; in mc_block()
268 hpel[ 1]= tmp2t[0] + 64*(HTAPS_MAX/2-1); in mc_block()
269 hpel[ 2]= src + 1; in mc_block()
271 hpel[ 4]= tmp2t[1]; in mc_block()
272 hpel[ 5]= tmp2t[2]; in mc_block()
273 hpel[ 6]= tmp2t[1] + 1; in mc_block()
275 hpel[ 8]= src + stride; in mc_block()
276 hpel[ 9]= hpel[ in mc_block()
[all...]
H A Dvc1_pred.c168 int hpel = 1 - v->s.quarter_sample; in scaleforsame() local
170 n >>= hpel; in scaleforsame() local
173 n = scaleforsame_y(v, i, n, dir) * (1 << hpel); in scaleforsame()
175 n = scaleforsame_x(v, n, dir) * (1 << hpel); in scaleforsame()
181 n = (n * scalesame >> 8) * (1 << hpel); in scaleforsame()
189 int hpel = 1 - v->s.quarter_sample; in scaleforopp() local
191 n >>= hpel; in scaleforopp() local
194 n = scaleforopp_y(v, n, dir) * (1 << hpel); in scaleforopp()
196 n = scaleforopp_x(v, n) * (1 << hpel); in scaleforopp()
206 n = (n * scaleopp >> 8) * (1 << hpel); in scaleforopp()
[all...]
H A Ddiracdec.c78 int interpolated[3]; /* 1 if hpel[] is valid */
79 uint8_t *hpel[3][4]; member
1640 * For block x,y, determine which of the hpel planes to do bilinear
1641 * interpolation from and set src[] to the location in each hpel plane
1645 * 0 for 1 plane (fpel,hpel), 1 for 2 planes (qpel), 2 for 4 planes (qpel), and 3 for epel
1651 uint8_t **ref_hpel = s->ref_pics[ref]->hpel[plane]; in mc_subpel()
1674 /* hpel position */ in mc_subpel()
1697 /* hpel planes are: in mc_subpel()
1702 a hpel position. (epel weights of 0 handle this there) */ in mc_subpel()
1837 ref->hpel[plan in interpolate_refplane()
[all...]
H A Dcavsdsp.c523 CAVS_SUBPIX(put_ , op_put1, hpel, 0, -1, 5, 5, -1, 0)
532 CAVS_SUBPIX(avg_ , op_avg1, hpel, 0, -1, 5, 5, -1, 0)
/third_party/ffmpeg/tests/fate/
H A Dvcodec.mak402 FATE_VCODEC_SCALE-$(call ENCDEC, SNOW, AVI) += snow snow-hpel
407 fate-vsynth%-snow-hpel: ENCOPTS = -qscale 2 \
410 fate-vsynth%-snow fate-vsynth%-snow-hpel: DECOPTS = $(DEFAULT_SIZE)
464 dv dv-411 dv-50 avui snow snow-hpel snow-ll vc2-420p \

Completed in 8 milliseconds