Lines Matching refs:VP8PredChroma8
477 VP8PredFunc VP8PredChroma8[NUM_B_DC_MODES]; variable
797 VP8PredChroma8[0] = DC8uv_C; in WEBP_DSP_INIT_FUNC()
798 VP8PredChroma8[1] = TM8uv_C; in WEBP_DSP_INIT_FUNC()
799 VP8PredChroma8[2] = VE8uv_C; in WEBP_DSP_INIT_FUNC()
800 VP8PredChroma8[3] = HE8uv_C; in WEBP_DSP_INIT_FUNC()
801 VP8PredChroma8[4] = DC8uvNoTop_C; in WEBP_DSP_INIT_FUNC()
802 VP8PredChroma8[5] = DC8uvNoLeft_C; in WEBP_DSP_INIT_FUNC()
803 VP8PredChroma8[6] = DC8uvNoTopLeft_C; in WEBP_DSP_INIT_FUNC()
879 assert(VP8PredChroma8[0] != NULL); in WEBP_DSP_INIT_FUNC()
880 assert(VP8PredChroma8[1] != NULL); in WEBP_DSP_INIT_FUNC()
881 assert(VP8PredChroma8[2] != NULL); in WEBP_DSP_INIT_FUNC()
882 assert(VP8PredChroma8[3] != NULL); in WEBP_DSP_INIT_FUNC()
883 assert(VP8PredChroma8[4] != NULL); in WEBP_DSP_INIT_FUNC()
884 assert(VP8PredChroma8[5] != NULL); in WEBP_DSP_INIT_FUNC()
885 assert(VP8PredChroma8[6] != NULL); in WEBP_DSP_INIT_FUNC()