Searched refs:left_y (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter.c659 uint64_t *const left_y = &lfm->left_y[tx_size_y]; local
694 *left_y |= left_prediction_mask[block_size] << shift_y;
711 *left_y |= (size_mask[block_size] & left_64x64_txform_mask[tx_size_y])
735 uint64_t *const left_y = &lfm->left_y[tx_size_y]; local
753 *left_y |= left_prediction_mask[block_size] << shift_y;
760 *left_y |= (size_mask[block_size] & left_64x64_txform_mask[tx_size_y])
772 lfm->left_y[TX_16X16] |= lfm->left_y[TX_32X3
1528 uint64_t *const left_y = &lfm->left_y[tx_size_y]; local
[all...]
H A Dvp9_loopfilter.h61 uint64_t left_y[TX_SIZES]; member in struct:__anon12836
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.hpp136 glw::GLuint left_y, glw::GLuint left_layer, glw::GLuint left_level, const targetDesc& right_desc,
H A Dgl4cCopyImageTests.cpp2878 * @param left_y Y of left image
2892 bool FunctionalTest::compareImages(const targetDesc& left_desc, const GLubyte* left_data, GLuint left_x, GLuint left_y, argument
2927 const GLuint left_reg_line_offset = left_line_size * left_y;
2969 << y + left_y << ", " << left_layer << "] lvl:" << left_level

Completed in 192 milliseconds