Home | History | Annotate | Download | only in x64

Lines Matching refs:vp9_quantize_b_32x32

419 RTCD_EXTERN void (*vp9_quantize_b_32x32
941 vp9_quantize_b_32x32 = vp9_quantize_b_32x32_c;
942 if (flags & HAS_SSSE3) vp9_quantize_b_32x32 = vp9_quantize_b_32x32_ssse3;