Home
last modified time | relevance | path

Searched refs:px_row (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dmv_prec.c231 const int px_row = 4 * mi_row, px_col = 4 * mi_col; in collect_mv_stats_b() local
236 CONVERT_TO_SHORTPTR(cpi->source->y_buffer) + px_row * y_stride + px_col; in collect_mv_stats_b()
250 uint8_t *source_buf = cpi->source->y_buffer + px_row * y_stride + px_col; in collect_mv_stats_b()
/external/libaom/libaom/examples/
Danalyzer.cc303 unsigned char *px_row = p; in render() local
305 unsigned char *px = px_row; in render()
312 px_row += p_stride; in render()