Searched refs:b_idx (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_loopfilter.c434 static int check_mv(H264Context *h, long b_idx, long bn_idx, int mvy_limit){ argument
437 v= h->ref_cache[0][b_idx] != h->ref_cache[0][bn_idx];
438 if(!v && h->ref_cache[0][b_idx]!=-1)
439 v= h->mv_cache[0][b_idx][0] - h->mv_cache[0][bn_idx][0] + 3 >= 7U |
440 FFABS( h->mv_cache[0][b_idx][1] - h->mv_cache[0][bn_idx][1] ) >= mvy_limit;
444 v = h->ref_cache[1][b_idx] != h->ref_cache[1][bn_idx] |
445 h->mv_cache[1][b_idx][0] - h->mv_cache[1][bn_idx][0] + 3 >= 7U |
446 FFABS( h->mv_cache[1][b_idx][1] - h->mv_cache[1][bn_idx][1] ) >= mvy_limit;
449 if(h->ref_cache[0][b_idx] != h->ref_cache[1][bn_idx] |
450 h->ref_cache[1][b_idx] !
550 int b_idx= 8 + 4; local
562 int b_idx= 8 + 4 + x + 8*y; local
633 int b_idx= 8 + 4 + edge * (dir ? 8:1); local
645 int b_idx= 8 + 4 + x + 8*y; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_loopfilter.c438 static int check_mv(H264Context *h, long b_idx, long bn_idx, int mvy_limit){ argument
441 v= h->ref_cache[0][b_idx] != h->ref_cache[0][bn_idx];
442 if(!v && h->ref_cache[0][b_idx]!=-1)
443 v= h->mv_cache[0][b_idx][0] - h->mv_cache[0][bn_idx][0] + 3 >= 7U |
444 FFABS( h->mv_cache[0][b_idx][1] - h->mv_cache[0][bn_idx][1] ) >= mvy_limit;
448 v = h->ref_cache[1][b_idx] != h->ref_cache[1][bn_idx] |
449 h->mv_cache[1][b_idx][0] - h->mv_cache[1][bn_idx][0] + 3 >= 7U |
450 FFABS( h->mv_cache[1][b_idx][1] - h->mv_cache[1][bn_idx][1] ) >= mvy_limit;
453 if(h->ref_cache[0][b_idx] != h->ref_cache[1][bn_idx] |
454 h->ref_cache[1][b_idx] !
555 int b_idx= 8 + 4; local
567 int b_idx= 8 + 4 + x + 8*y; local
638 int b_idx= 8 + 4 + edge * (dir ? 8:1); local
650 int b_idx= 8 + 4 + x + 8*y; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dh264dsp_mmx.c93 x86_reg b_idx; \
95 for( b_idx=0; b_idx<edges; b_idx+=step ) { \
101 if(!(mask_mv & b_idx)) { \
152 "r"(b_idx), \
175 "r"(b_idx), \
186 "r"(b_idx), \
199 "r"(b_idx) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_elbg.c131 const uint8_t b_idx = elbg->rgba_map[B]; local
141 elbg->codeword[k++] = p[b_idx];
165 p[b_idx] = elbg->codebook[cb_idx+2];
H A Dvf_fade.c161 const uint8_t b_idx = s->rgba_map[B]; local
171 p[b_idx] = INTERP(b_idx, 2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dh264_deblock.asm944 xor b_idxd, b_idxd ; for (b_idx = 0; b_idx < edges; b_idx += step)
950 jnz %%.skip_loop_iter ; if (!(b_idx & mask_mv))

Completed in 47 milliseconds