Searched refs:BILINEAR (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_v360_init.c | 51 if (EXTERNAL_AVX2_FAST(cpu_flags) && s->interp == BILINEAR && depth <= 8) in ff_v360_init_x86() 57 if (EXTERNAL_AVX2_FAST(cpu_flags) && s->interp == BILINEAR && depth > 8) in ff_v360_init_x86()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_transfer.h | 22 BILINEAR enumerator
|
D | nv30_miptree.c | 212 nv30_transfer_rect(nv30, BILINEAR, &src, &dst); in nv30_resource_resolve()
|
D | nv30_transfer.c | 317 case BILINEAR: in nv30_transfer_rect_blit()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_lenscorrection.c | 114 #define BILINEAR(type, name) \ macro 175 BILINEAR(uint8_t, 8) 176 BILINEAR(uint16_t, 16)
|
D | v360.h | 62 BILINEAR, enumerator
|
D | vf_v360.c | 117 …t interpolation method", OFFSET(interp), AV_OPT_TYPE_INT, {.i64=BILINEAR}, 0, NB_IN… 120 …linear interpolation", 0, AV_OPT_TYPE_CONST, {.i64=BILINEAR}, 0, … 121 …linear interpolation", 0, AV_OPT_TYPE_CONST, {.i64=BILINEAR}, 0, … 375 case BILINEAR: in ff_v360_init() 4168 case BILINEAR: in config_output()
|
/third_party/gstreamer/gstplugins_base/docs/random/ |
D | ChangeLog-0.8 | 9391 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 11562 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
|