Home
last modified time | relevance | path

Searched refs:tmp_width (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dreconinter_enc.h45 int tmp_width[MAX_MB_PLANE],
51 int tmp_width[MAX_MB_PLANE],
Dreconinter_enc.c189 int tmp_width[MAX_MB_PLANE], in av1_build_prediction_by_above_preds()
194 tmp_width, tmp_height, in av1_build_prediction_by_above_preds()
204 int tmp_width[MAX_MB_PLANE], in av1_build_prediction_by_left_preds()
209 tmp_width, tmp_height, in av1_build_prediction_by_left_preds()
/external/piex/src/
Dtiff_parser.cc45 std::uint32_t tmp_width = 0; in GetFullDimension16() local
47 if (!GetFullDimension32(tiff_directory, &tmp_width, &tmp_height) || in GetFullDimension16()
48 tmp_width > std::numeric_limits<std::uint16_t>::max() || in GetFullDimension16()
52 *width = static_cast<std::uint16_t>(tmp_width); in GetFullDimension16()
Dpiex.cc367 std::uint16_t tmp_width = 0; in RafGetDimension() local
371 Get16u(stream, cfa_header_index + 6, endian, &tmp_width)) { in RafGetDimension()
372 *width = tmp_width; in RafGetDimension()
/external/libaom/libaom/av1/common/
Dreconinter.h87 int *tmp_width; member
Dreconinter.c1208 ctxt->tmp_width[plane], ctxt->tmp_height[plane], in av1_setup_address_for_obmc()
1239 setup_pred_plane(&pd->dst, a_bsize, ctxt->tmp_buf[j], ctxt->tmp_width[j], in av1_setup_build_prediction_by_above_pred()
1278 setup_pred_plane(&pd->dst, l_bsize, ctxt->tmp_buf[j], ctxt->tmp_width[j], in av1_setup_build_prediction_by_left_pred()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c710 int tmp_width[MAX_MB_PLANE], int tmp_height[MAX_MB_PLANE], in dec_build_prediction_by_above_preds()
721 tmp_width, tmp_height, in dec_build_prediction_by_above_preds()
764 int tmp_width[MAX_MB_PLANE], int tmp_height[MAX_MB_PLANE], in dec_build_prediction_by_left_preds()
776 tmp_width, tmp_height, in dec_build_prediction_by_left_preds()