Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Divi_dsp.c42 const short *b0_ptr, *b1_ptr, *b2_ptr, *b3_ptr; in ff_ivi_recompose53() local
54 b2_ptr = plane->bands[2].buf; in ff_ivi_recompose53()
74 b2_2 = b2_ptr[0]; // b2[x, y ] in ff_ivi_recompose53()
76 b2_5 = b2_ptr[pitch]; // b2[x ,y+1] in ff_ivi_recompose53()
93 b2_ptr --; in ff_ivi_recompose53()
144 b2_3 = b2_ptr[indx+1]; in ff_ivi_recompose53()
145 b2_6 = b2_ptr[pitch+indx+1]; in ff_ivi_recompose53()
186 b2_ptr += pitch + 1; in ff_ivi_recompose53()
195 const short *b0_ptr, *b1_ptr, *b2_ptr, *b3_ptr; in ff_ivi_recompose_haar() local
204 b2_ptr = plane->bands[2].buf; in ff_ivi_recompose_haar()
[all …]