Searched defs:left_y (Results 1 – 5 of 5) sorted by relevance
61 uint64_t left_y[TX_SIZES]; member
659 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_masks() local735 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_y_mask() local1536 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in vp9_build_mask() local
52 FilterMask left_y[TX_SIZES]; member
901 const __m128i left_y = _mm_cvtsi32_si128((uint32_t)left[y]); in smooth_predictor_wxh() local1594 const __m128i left_y = _mm_cvtsi32_si128((uint32_t)left[y]); in smooth_h_predictor_wxh() local
2892 …:compareImages(const targetDesc& left_desc, const GLubyte* left_data, GLuint left_x, GLuint left_y, in compareImages()