• Home
  • Raw
  • Download

Lines Matching refs:subband

221     int16_t *subband[SUBBAND_COUNT];  member
289 s->plane[i].subband[0] = s->plane[i].dwt_buf; in cfhd_encode_init()
290 s->plane[i].subband[1] = s->plane[i].dwt_buf + 2 * w8 * h8; in cfhd_encode_init()
291 s->plane[i].subband[2] = s->plane[i].dwt_buf + 1 * w8 * h8; in cfhd_encode_init()
292 s->plane[i].subband[3] = s->plane[i].dwt_buf + 3 * w8 * h8; in cfhd_encode_init()
293 s->plane[i].subband[4] = s->plane[i].dwt_buf + 2 * w4 * h4; in cfhd_encode_init()
294 s->plane[i].subband[5] = s->plane[i].dwt_buf + 1 * w4 * h4; in cfhd_encode_init()
295 s->plane[i].subband[6] = s->plane[i].dwt_buf + 3 * w4 * h4; in cfhd_encode_init()
296 s->plane[i].subband[7] = s->plane[i].dwt_buf + 2 * w2 * h2; in cfhd_encode_init()
297 s->plane[i].subband[8] = s->plane[i].dwt_buf + 1 * w2 * h2; in cfhd_encode_init()
298 s->plane[i].subband[9] = s->plane[i].dwt_buf + 3 * w2 * h2; in cfhd_encode_init()
458 low = s->plane[plane].subband[7]; in cfhd_encode_frame()
460 high = s->plane[plane].subband[9]; in cfhd_encode_frame()
469 high = s->plane[plane].subband[8]; in cfhd_encode_frame()
496 low = s->plane[plane].subband[4]; in cfhd_encode_frame()
497 high = s->plane[plane].subband[6]; in cfhd_encode_frame()
505 high = s->plane[plane].subband[5]; in cfhd_encode_frame()
533 low = s->plane[plane].subband[1]; in cfhd_encode_frame()
534 high = s->plane[plane].subband[3]; in cfhd_encode_frame()
541 low = s->plane[plane].subband[0]; in cfhd_encode_frame()
542 high = s->plane[plane].subband[2]; in cfhd_encode_frame()
611 int16_t *data = s->plane[p].subband[0]; in cfhd_encode_frame()
705 int16_t *data = s->plane[p].subband[1 + l * 3 + i]; in cfhd_encode_frame()
810 s->plane[i].subband[j] = NULL; in cfhd_encode_close()