Searched refs:vp5 (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_vp3_video.c | 371 int vp5 = chipset >= 0xd0; in firmware_present() local 417 if (!vp5 && !(screen->firmware_info.profiles_checked & (1 << profile))) { in firmware_present() 430 return vp5 || (screen->firmware_info.profiles_present & (1 << profile)); in firmware_present() 440 /* Feature Set B = vp3, C = vp4, D = vp5 */ in nouveau_vp3_screen_get_video_param() 442 const bool vp5 = chipset >= 0xd0; in nouveau_vp3_screen_get_video_param() local 457 return vp5 ? 4032 : 2048; in nouveau_vp3_screen_get_video_param() 465 if (vp5) in nouveau_vp3_screen_get_video_param() 469 return vp5 ? 4032 : 2048; in nouveau_vp3_screen_get_video_param() 477 return vp5 ? 4048 : 2048; in nouveau_vp3_screen_get_video_param() 485 if (vp5) in nouveau_vp3_screen_get_video_param() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | vp56dsp.c | 65 VP56_EDGE_FILTER(vp5, hor, 1, stride) 66 VP56_EDGE_FILTER(vp5, ver, stride, 1)
|
H A D | Makefile | 738 OBJS-$(CONFIG_VP5_DECODER) += vp5.o vp56.o vp56data.o vp56rac.o
|
/third_party/ffmpeg/tests/fate/ |
H A D | vpx.mak | 40 FATE_SAMPLES_FFMPEG-$(call FRAMECRC, AVI, VP5) += fate-vp5 41 fate-vp5: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/vp5/potter512-400-partial.avi -an
|
H A D | matroska.mak | 112 fate-matroska-ms-mode: CMD = transcode avi $(TARGET_SAMPLES)/vp5/potter512-400-partial.avi matroska "-map 0 -c copy -cues_to_front yes -reserve_index_space 5000" "-map 0 -c copy -t 1"
|
Completed in 4 milliseconds