Home
last modified time | relevance | path

Searched refs:y_row (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dfold_broadcast.cc104 const int y_row = in RewriteBatchMatMulV2Op() local
110 if (x_col != y_row) { in RewriteBatchMatMulV2Op()
/external/libaom/libaom/examples/
Danalyzer.cc240 unsigned char *y_row = img->planes[0]; in render() local
243 uint16_t *y_row16 = reinterpret_cast<uint16_t *>(y_row); in render()
254 unsigned char *y = y_row - y_stride * y_height_padding; in render()
320 int dc = ((y - y_row) & 1) | (1 - img->x_chroma_shift); in render()
333 y_row += y_stride; in render()
/external/webrtc/rtc_tools/frame_analyzer/
Dvideo_color_aligner.cc202 rtc::ArrayView<const uint8_t> y_row(frame->DataY() + frame->StrideY() * y, in AdjustColors() local
212 CalculateYChannel(y_row, u_row, v_row, color_matrix[0], output_y_row); in AdjustColors()
/external/libvpx/libvpx/test/
Dyuv_temporal_filter_test.cc236 const int y_row = uv_row << ss_y; in ApplyReferenceFilter() local
265 const int sub_row = y_row + row_step; in ApplyReferenceFilter()
/external/libaom/libaom/test/
Dtemporal_filter_yuv_test.cc302 const int y_row = uv_row << ss_y; in ApplyReferenceFilter() local
331 const int sub_row = y_row + row_step; in ApplyReferenceFilter()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c497 const int y_row = uv_row << ss_y; in vp9_highbd_apply_temporal_filter_c() local
526 const int sub_row = y_row + row_step; in vp9_highbd_apply_temporal_filter_c()