Searched refs:b_width_shift4 (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/arm/neon/
H A Dvp9_denoiser_neon.c251 const int b_width_shift4 = b_width >> 4; local
257 for (c = 0; c < b_width_shift4; ++c) {
263 for (c = 0; c < b_width_shift4; ++c) {
277 for (c = 0; c < b_width_shift4; ++c) {
302 for (c = 0; c < b_width_shift4; ++c) {
313 for (c = 0; c < b_width_shift4; ++c) {
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_denoiser_sse2.c233 const int b_width_shift4 = b_width >> 4; local
236 for (c = 0; c < b_width_shift4; ++c) {
242 for (c = 0; c < b_width_shift4; ++c) {
253 for (c = 0; c < b_width_shift4; ++c) {
278 for (c = 0; c < b_width_shift4; ++c) {
289 for (c = 0; c < b_width_shift4; ++c) {

Completed in 168 milliseconds