Searched refs:vp3 (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_vp3_video.c | 240 sprintf(path, "/lib/firmware/nouveau/vuc-vp3-mpeg12-0"); in vp3_getpath() 244 sprintf(path, "/lib/firmware/nouveau/vuc-vp3-vc1-0"); in vp3_getpath() 248 sprintf(path, "/lib/firmware/nouveau/vuc-vp3-h264-0"); in vp3_getpath() 370 int vp3 = chipset < 0xa3 || chipset == 0xaa || chipset == 0xac; in firmware_present() local 416 /* For vp3/vp4 chipsets, make sure that the relevant firmware is present */ in firmware_present() 420 if (vp3) in firmware_present() 440 /* Feature Set B = vp3, C = vp4, D = vp5 */ in nouveau_vp3_screen_get_video_param() 441 const bool vp3 = chipset < 0xa3 || chipset == 0xaa || chipset == 0xac; in nouveau_vp3_screen_get_video_param() local 450 (!vp3 || codec != PIPE_VIDEO_FORMAT_MPEG4) && in nouveau_vp3_screen_get_video_param() 463 if (vp3) in nouveau_vp3_screen_get_video_param() [all...] |
/third_party/ffmpeg/tests/fate/ |
H A D | vpx.mak | 26 fate-theora-coeff-level64: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/vp3/coeff_level64.mkv 29 fate-theora-offset: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/vp3/offset_test.ogv 32 fate-vp31: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/vp3/vp31.avi 35 fate-vp3: $(FATE_VP3-yes)
|
H A D | lavf-container.mak | 72 FATE_LAVF_CONTAINER_FATE-$(call ALLYES, MATROSKA_DEMUXER OGG_MUXER) += vp3.ogg 87 fate-lavf-fate-vp3.ogg: CMD = lavf_container_fate "vp3/coeff_level64.mkv" "-idct auto"
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp3dsp.c | 426 static LOOP_FILTER(vp3,_c, v, 8) 427 static LOOP_FILTER(vp3,_c, h, 8)
|
H A D | Makefile | 737 OBJS-$(CONFIG_VP3_DECODER) += vp3.o
|
Completed in 5 milliseconds