Searched refs:rv30 (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dreal.mak15 FATE_REAL-$(call DEMDEC, RM, RV30) += fate-rv30
16 fate-rv30: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/real/rv30.rm -an
H A Dfilter-video.mak2 fate-filter-delogo: CMD = framecrc -i $(TARGET_SAMPLES)/real/rv30.rm -vf perms=random,delogo=show=0:x=290:y=25:w=26:h=16 -an
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/fate/
H A Dreal.mak15 FATE_TESTS += fate-rv30
16 fate-rv30: CMD = framecrc -flags +bitexact -dct fastint -idct simple -i $(SAMPLES)/real/rv30.rm -an
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drv34.h105 int rv30; ///< indicates which RV variasnt is currently decoded member in struct:RV34DecContext
H A Drv34.c371 if(!r->rv30){
494 if(r->avail_cache[avail_index - 4] && (r->avail_cache[avail_index - 1] || r->rv30)){
775 rv34_mc(r, block_type, xoff, yoff, mv_off, width, height, dir, r->rv30, 0,
804 int weighted = !r->rv30 && block_type != RV34_MB_B_BIDIR && r->weight1 != 8192;
806 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 0, r->rv30, weighted,
810 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 1, r->rv30, 0,
814 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 1, r->rv30, 1,
824 int weighted = !r->rv30 && r->weight1 != 8192;
828 rv34_mc(r, RV34_MB_P_8x8, i*8, j*8, i+j*r->s.b8_stride, 1, 1, 0, r->rv30,
832 rv34_mc(r, RV34_MB_P_8x8, i*8, j*8, i+j*r->s.b8_stride, 1, 1, 1, r->rv30,
[all...]
H A Dallcodecs.c183 REGISTER_DECODER (RV30, rv30);
412 REGISTER_PARSER (RV30, rv30);
H A Drv30.c248 r->rv30 = 1;
271 .name = "rv30",
H A Drv40.c545 r->rv30 = 0;
H A DMakefile331 OBJS-$(CONFIG_RV30_DECODER) += rv30.o rv34.o rv30dsp.o rv34dsp.o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drv34.h104 int rv30; ///< indicates which RV variasnt is currently decoded member in struct:RV34DecContext
H A Drv34.c368 if(!r->rv30){
491 if(avail[-4] && (avail[-1] || r->rv30)){
784 rv34_mc(r, block_type, xoff, yoff, mv_off, width, height, dir, r->rv30, 0,
813 int weighted = !r->rv30 && block_type != RV34_MB_B_BIDIR && r->weight1 != 8192;
815 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 0, r->rv30, weighted,
819 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 1, r->rv30, 0,
823 rv34_mc(r, block_type, 0, 0, 0, 2, 2, 1, r->rv30, 1,
833 int weighted = !r->rv30 && r->weight1 != 8192;
837 rv34_mc(r, RV34_MB_P_8x8, i*8, j*8, i+j*r->s.b8_stride, 1, 1, 0, r->rv30,
841 rv34_mc(r, RV34_MB_P_8x8, i*8, j*8, i+j*r->s.b8_stride, 1, 1, 1, r->rv30,
[all...]
H A Drv30.c262 r->rv30 = 1;
286 .name = "rv30",
H A Dallcodecs.c250 REGISTER_DECODER(RV30, rv30);
569 REGISTER_PARSER(RV30, rv30);
H A Drv40.c553 r->rv30 = 0;
H A DMakefile406 OBJS-$(CONFIG_RV30_DECODER) += rv30.o rv34.o rv30dsp.o rv34dsp.o

Completed in 324 milliseconds