HomeSort by relevance Sort by last modified time
    Searched refs:y_p (Results 1 - 4 of 4) sorted by null

  /external/libxaac/decoder/drc_src/
impd_drc_fiilter_bank.c 259 FLOAT32 st2 = filter->y_p[chan_idx * 2];
268 filter->y_p[chan_idx * 2] = st2;
287 FLOAT32 st3_l = pstr_lp_filt_coeff->y_p[chan_idx * 2 + 0];
288 FLOAT32 st4_l = pstr_lp_filt_coeff->y_p[chan_idx * 2 + 1];
298 FLOAT32 st3_h = pstr_hp_filt_coeff->y_p[chan_idx * 2 + 0];
299 FLOAT32 st4_h = pstr_hp_filt_coeff->y_p[chan_idx * 2 + 1];
324 pstr_lp_filt_coeff->y_p[chan_idx * 2 + 0] = st3_l;
325 pstr_lp_filt_coeff->y_p[chan_idx * 2 + 1] = st4_l;
329 pstr_hp_filt_coeff->y_p[chan_idx * 2 + 0] = st3_h;
330 pstr_hp_filt_coeff->y_p[chan_idx * 2 + 1] = st4_h
    [all...]
impd_drc_filter_bank.c 259 FLOAT32 st2 = filter->y_p[chan_idx * 2];
268 filter->y_p[chan_idx * 2] = st2;
287 FLOAT32 st3_l = pstr_lp_filt_coeff->y_p[chan_idx * 2 + 0];
288 FLOAT32 st4_l = pstr_lp_filt_coeff->y_p[chan_idx * 2 + 1];
298 FLOAT32 st3_h = pstr_hp_filt_coeff->y_p[chan_idx * 2 + 0];
299 FLOAT32 st4_h = pstr_hp_filt_coeff->y_p[chan_idx * 2 + 1];
324 pstr_lp_filt_coeff->y_p[chan_idx * 2 + 0] = st3_l;
325 pstr_lp_filt_coeff->y_p[chan_idx * 2 + 1] = st4_l;
329 pstr_hp_filt_coeff->y_p[chan_idx * 2 + 0] = st3_h;
330 pstr_hp_filt_coeff->y_p[chan_idx * 2 + 1] = st4_h
    [all...]
impd_drc_filter_bank.h 64 FLOAT32 y_p[MAX_CHANNEL_COUNT * 2]; member in struct:__anon30046
  /cts/apps/CameraITS/tests/scene4/
test_multi_camera_alignment.py 436 y_p = {}
437 x_p[i_2nd], y_p[i_2nd] = convert_to_image_coordinates(
440 x_p[i_ref], y_p[i_ref] = convert_to_image_coordinates(
449 print ' x_p, y_p (pixels): %.1f, %.1f' % (x_p[i], y_p[i])
462 np.array([x_p[i], y_p[i]]))

Completed in 601 milliseconds