Home
last modified time | relevance | path

Searched refs:band_a (Results 1 – 15 of 15) sorted by relevance

/dports/multimedia/vmaf/vmaf-2.3.0/libvmaf/src/feature/
H A Dadm.c45 band->band_a = (float *)data_top; data_top += buf_sz_one; in init_dwt_band()
54 band->band_a = (double *)data_top; data_top += buf_sz_one; in init_dwt_band_d()
63 band->band_a = NULL; in init_dwt_band_hvd()
198 write_image(pathbuf, ref_dwt2.band_a, w, h, buf_stride, sizeof(float)); in compute_adm()
210 write_image(pathbuf, dis_dwt2.band_a, w, h, buf_stride, sizeof(float)); in compute_adm()
253 ref_scale = ref_dwt2.band_a; in compute_adm()
254 dis_scale = dis_dwt2.band_a; in compute_adm()
H A Dinteger_adm.h23 int16_t *band_a; /* Low-pass V + low-pass H. */ member
30 int32_t *band_a; /* Low-pass V + low-pass H. */ member
H A Dadm_tools.h249 float *band_a; /* Low-pass V + low-pass H. */ member
256 double *band_a; /* Low-pass V + low-pass H. */ member
H A Dinteger_adm.c2048 int16_t *src_band_a_addr = &src->band_a[i * stride]; in i16_to_i32()
2049 int32_t *dst_band_a_addr = &dst->band_a[i * stride]; in i16_to_i32()
2123 dst->band_a[i * dst_stride + j] = (accum + add_shift_HP) >> shift_HP; in adm_dwt2_8()
2337 i4_ref_dwt2->band_a[i * dst_stride + j] = (int32_t)((accum_ref + in adm_dwt2_s123_combined()
2379 i4_dis_dwt2->band_a[i * dst_stride + j] = (int32_t)((accum_ref + in adm_dwt2_s123_combined()
2500 i4_curr_ref_scale = buf->i4_ref_dwt2.band_a; in integer_compute_adm()
2501 i4_curr_dis_scale = buf->i4_dis_dwt2.band_a; in integer_compute_adm()
2526 band->band_a = (int16_t *)data_top; data_top += stride; in init_dwt_band()
2544 band->band_a = (int32_t *)data_top; data_top += stride; in i4_init_dwt_band()
2553 band->band_a = NULL; in init_dwt_band_hvd()
[all …]
H A Dadm_tools.c905 dst->band_a[i * dst_px_stride + j] = accum; in adm_dwt2_s()
995 dst->band_a[i * dst_px_stride + j] = accum; in adm_dwt2_d()
/dports/multimedia/vmaf/vmaf-2.3.0/python/vmaf/core/
H A Dadm_dwt2_cy.pyx13 np_float *band_a
112 …# print("np.std(aa_band.band_a)={}".format(np.std(np.asarray(<np.float64_t[:h_new, :w_new]> aa_dwt…
117 # sys.stdout.write("{}\t".format(aa_dwt2.band_a[i]))
127 out_a[...] = np.asarray(<np.float64_t[:h_new, :w_new_strided]> aa_dwt2.band_a)[:, :w_new]
/dports/multimedia/vmaf/vmaf-2.3.0/libvmaf/src/feature/x86/
H A Dadm_avx2.c137 dst->band_a[i * dst_stride] = (accum + add_shift_HP) >> shift_HP; in adm_dwt2_8_avx2()
195 (__m256i *)(dst->band_a + i * dst_stride + j), in adm_dwt2_8_avx2()
/dports/astro/gpsd/gpsd-3.20/test/
H A Dsample.aivdm.js.chk52 …45.550000","sw_lon":"-80.166667","sw_lat":"42.333333","addressed":false,"band_a":false,"band_b":fa…
53 …xrx":1,"power":true,"dest1":28144881,"dest2":268435519,"addressed":true,"band_a":false,"band_b":fa…
73 …x":1,"power":false,"dest1":837968222,"dest2":254804543,"addressed":true,"band_a":false,"band_b":tr…
H A Dsample.aivdm.ju.chk52 …:-44100,"ne_lat":27330,"sw_lon":-48100,"sw_lat":25400,"addressed":false,"band_a":false,"band_b":fa…
53 …xrx":1,"power":true,"dest1":28144881,"dest2":268435519,"addressed":true,"band_a":false,"band_b":fa…
73 …x":1,"power":false,"dest1":837968222,"dest2":254804543,"addressed":true,"band_a":false,"band_b":tr…
/dports/astro/gpsd/gpsd-3.20/
H A Dgpsdecode.c410 (unsigned int) ais->type22.band_a, in aivdm_csv_dump()
422 (unsigned int) ais->type22.band_a, in aivdm_csv_dump()
H A Dgps.h1817 bool band_a; /* fix 1.5kHz band for channel A */ member
H A Ddriver_ais.c949 ais->type22.band_a = UBITS(140, 1); in ais_binary_decode()
H A Dais_json.i1105 {"band_a", t_boolean, .addr.boolean = &ais->type22.band_a,
H A Dgpsd_json.c3433 JSON_BOOL(ais->type22.band_a), in json_aivdm_dump()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/host_applications/linux/apps/raspicam/
H A Dgps.h1748 bool band_a; /* fix 1.5kHz band for channel A */ member