Searched refs:hscale (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | truemotion2rt.c | 38 int hscale; member 90 s->hscale = 1 + !!header_buffer[3]; in truemotion2rt_decode_header() 118 if ((avctx->width + s->hscale - 1)/ s->hscale * avctx->height * s->delta_size > avpkt->size * 8LL * 4) in truemotion2rt_decode_frame() 134 for (x = 0; x < avctx->width; x += s->hscale) { in truemotion2rt_decode_frame() 141 if (s->hscale > 1) { in truemotion2rt_decode_frame() 144 for (x = 1; x < avctx->width; x += s->hscale) in truemotion2rt_decode_frame() 160 for (x = 0; x < avctx->width >> 2; x += s->hscale) { in truemotion2rt_decode_frame() 167 if (s->hscale > 1) { in truemotion2rt_decode_frame() 170 for (x = 1; x < avctx->width >> 2; x += s->hscale) in truemotion2rt_decode_frame() [all...] |
H A D | vp8.c | 552 int part1_size, hscale, vscale, i, j, ret; in vp7_decode_frame_header() local 592 hscale = vp8_rac_get_uint(c, 2); in vp7_decode_frame_header() 594 if (hscale || vscale) in vp7_decode_frame_header() 716 int header_size, hscale, vscale, ret; in vp8_decode_frame_header() local 757 hscale = buf[4] >> 6; in vp8_decode_frame_header() 762 if (hscale || vscale) in vp8_decode_frame_header()
|
/third_party/ffmpeg/libswscale/ |
H A D | Makefile | 9 hscale.o \
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | scale.asm | 36 ; void hscale<source_width>to<intermediate_nbits>_<filterSize>_<opt> 53 cglobal hscale%1to%2_%4, %5, 7, %6, pos0, dst, w, src, filter, fltpos, pos1 55 cglobal hscale%1to%2_%4, %5, 10, %6, pos0, dst, w, srcmem, filter, fltpos, fltsize
|
Completed in 6 milliseconds