rv40_loop_filter_strength 138 libavcodec/arm/rv40dsp_init_arm.c c->rv40_loop_filter_strength[0] = ff_rv40_h_loop_filter_strength_neon; rv40_loop_filter_strength 139 libavcodec/arm/rv40dsp_init_arm.c c->rv40_loop_filter_strength[1] = ff_rv40_v_loop_filter_strength_neon; rv40_loop_filter_strength 74 libavcodec/rv34dsp.h rv40_loop_filter_strength_func rv40_loop_filter_strength[2]; rv40_loop_filter_strength 316 libavcodec/rv40.c strong = rdsp->rv40_loop_filter_strength[dir](src, stride, beta, beta2, rv40_loop_filter_strength 610 libavcodec/rv40dsp.c return rv40_loop_filter_strength(src, stride, 1, beta, beta2, edge, p1, q1); rv40_loop_filter_strength 617 libavcodec/rv40dsp.c return rv40_loop_filter_strength(src, 1, stride, beta, beta2, edge, p1, q1); rv40_loop_filter_strength 706 libavcodec/rv40dsp.c c->rv40_loop_filter_strength[0] = rv40_h_loop_filter_strength; rv40_loop_filter_strength 707 libavcodec/rv40dsp.c c->rv40_loop_filter_strength[1] = rv40_v_loop_filter_strength;