Searched refs:mv_col (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dh264_direct.c352 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride]; local
353 if(FFABS(mv_col[0]) <= 1 && FFABS(mv_col[1]) <= 1){
363 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride]; local
364 if(FFABS(mv_col[0]) <= 1 && FFABS(mv_col[1]) <= 1){
501 const int16_t *mv_col = l1mv[x8*3 + y8*b4_stride]; local
502 int my_col = (mv_col[1]<<y_shift)/2;
503 int mx = (scale * mv_col[0] + 128) >> 8;
506 fill_rectangle(&h->mv_cache[1][scan8[i8*4]], 2, 2, 8, pack16to32(mx-mv_col[
524 const int16_t *mv_col = l1ref0[0] >= 0 ? l1mv0[0] : l1mv1[0]; local
565 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride]; local
572 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dh264_direct.c352 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride]; local
353 if(FFABS(mv_col[0]) <= 1 && FFABS(mv_col[1]) <= 1){
363 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride]; local
364 if(FFABS(mv_col[0]) <= 1 && FFABS(mv_col[1]) <= 1){
501 const int16_t *mv_col = l1mv[x8*3 + y8*b4_stride]; local
502 int my_col = (mv_col[1]<<y_shift)/2;
503 int mx = (scale * mv_col[0] + 128) >> 8;
506 fill_rectangle(&h->mv_cache[1][scan8[i8*4]], 2, 2, 8, pack16to32(mx-mv_col[
524 const int16_t *mv_col = l1ref0[0] >= 0 ? l1mv0[0] : l1mv1[0]; local
565 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride]; local
572 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dh264_direct.c352 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride]; local
353 if(FFABS(mv_col[0]) <= 1 && FFABS(mv_col[1]) <= 1){
363 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride]; local
364 if(FFABS(mv_col[0]) <= 1 && FFABS(mv_col[1]) <= 1){
501 const int16_t *mv_col = l1mv[x8*3 + y8*b4_stride]; local
502 int my_col = (mv_col[1]<<y_shift)/2;
503 int mx = (scale * mv_col[0] + 128) >> 8;
506 fill_rectangle(&h->mv_cache[1][scan8[i8*4]], 2, 2, 8, pack16to32(mx-mv_col[
524 const int16_t *mv_col = l1ref0[0] >= 0 ? l1mv0[0] : l1mv1[0]; local
565 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride]; local
572 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride]; local
[all...]

Completed in 163 milliseconds