Home
last modified time | relevance | path

Searched refs:l_h (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcfhd.c234 s->plane[i].l_h[j] = NULL; in free_buffers()
352 s->plane[i].l_h[0] = s->plane[i].idwt_tmp; in alloc_buffers()
353 s->plane[i].l_h[1] = s->plane[i].idwt_tmp + 2 * w8 * h8; in alloc_buffers()
354 // s->plane[i].l_h[2] = ll2; in alloc_buffers()
355 s->plane[i].l_h[3] = s->plane[i].idwt_tmp; in alloc_buffers()
356 s->plane[i].l_h[4] = s->plane[i].idwt_tmp + 2 * w4 * h4; in alloc_buffers()
357 // s->plane[i].l_h[5] = ll1; in alloc_buffers()
358 s->plane[i].l_h[6] = s->plane[i].idwt_tmp; in alloc_buffers()
359 s->plane[i].l_h[7] = s->plane[i].idwt_tmp + 2 * w2 * h2; in alloc_buffers()
363 s->plane[i].l_h[ in alloc_buffers()
[all...]
H A Dcfhdenc.c222 int16_t *l_h[8]; member
310 s->plane[i].l_h[0] = s->plane[i].dwt_tmp; in cfhd_encode_init()
311 s->plane[i].l_h[1] = s->plane[i].dwt_tmp + 2 * w8 * h8; in cfhd_encode_init()
312 // s->plane[i].l_h[2] = ll2; in cfhd_encode_init()
313 s->plane[i].l_h[3] = s->plane[i].dwt_tmp; in cfhd_encode_init()
314 s->plane[i].l_h[4] = s->plane[i].dwt_tmp + 2 * w4 * h4; in cfhd_encode_init()
315 // s->plane[i].l_h[5] = ll1; in cfhd_encode_init()
316 s->plane[i].l_h[6] = s->plane[i].dwt_tmp; in cfhd_encode_init()
317 s->plane[i].l_h[7] = s->plane[i].dwt_tmp + 2 * w2 * h2; in cfhd_encode_init()
441 int16_t *low = s->plane[plane].l_h[ in cfhd_encode_frame()
[all...]
H A Dcfhd.h129 int16_t *l_h[10]; member

Completed in 4 milliseconds