Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Divi_dsp.c41 const short *b0_ptr, *b1_ptr, *b2_ptr, *b3_ptr; in ff_ivi_recompose53() local
51 b0_ptr = plane->bands[0].buf; in ff_ivi_recompose53()
62 b0_1 = b0_ptr[0]; in ff_ivi_recompose53()
63 b0_2 = b0_ptr[pitch]; in ff_ivi_recompose53()
90 b0_ptr --; in ff_ivi_recompose53()
115 b0_1 = b0_ptr[indx+1]; in ff_ivi_recompose53()
116 b0_2 = b0_ptr[pitch+indx+1]; in ff_ivi_recompose53()
183 b0_ptr += pitch + 1; in ff_ivi_recompose53()
194 const short *b0_ptr, *b1_ptr, *b2_ptr, *b3_ptr; in ff_ivi_recompose_haar() local
201 b0_ptr = plane->bands[0].buf; in ff_ivi_recompose_haar()
[all …]