Home
last modified time | relevance | path

Searched refs:b1_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
53 b1_ptr = plane->bands[1].buf; in ff_ivi_recompose53()
68 b1_1 = b1_ptr[back_pitch]; in ff_ivi_recompose53()
69 b1_2 = b1_ptr[0]; in ff_ivi_recompose53()
70 b1_3 = b1_1 - b1_2*6 + b1_ptr[pitch]; in ff_ivi_recompose53()
92 b1_ptr --; in ff_ivi_recompose53()
130 b1_2 = b1_ptr[indx+1]; in ff_ivi_recompose53()
131 b1_1 = b1_ptr[back_pitch+indx+1]; in ff_ivi_recompose53()
134 b1_3 = b1_1 - b1_2*6 + b1_ptr[pitch+indx+1]; in ff_ivi_recompose53()
185 b1_ptr += pitch + 1; in ff_ivi_recompose53()
[all …]