Searched refs:tmp_width (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | reconinter_enc.h | 52 int tmp_width[MAX_MB_PLANE], 58 int tmp_width[MAX_MB_PLANE],
|
D | reconinter_enc.c | 154 ctxt->tmp_width[plane], ctxt->tmp_height[plane], in setup_address_for_obmc() 224 int tmp_width[MAX_MB_PLANE], in av1_build_prediction_by_above_preds() 229 cm, tmp_buf, tmp_width, tmp_height, tmp_stride, xd->mb_to_right_edge, NULL in av1_build_prediction_by_above_preds() 239 int tmp_width[MAX_MB_PLANE], in av1_build_prediction_by_left_preds() 244 cm, tmp_buf, tmp_width, tmp_height, tmp_stride, xd->mb_to_bottom_edge, NULL in av1_build_prediction_by_left_preds()
|
/external/piex/src/ |
D | tiff_parser.cc | 44 std::uint32_t tmp_width = 0; in GetFullDimension16() local 46 if (!GetFullDimension32(tiff_directory, &tmp_width, &tmp_height) || in GetFullDimension16() 47 tmp_width > std::numeric_limits<std::uint16_t>::max() || in GetFullDimension16() 51 *width = static_cast<std::uint16_t>(tmp_width); in GetFullDimension16()
|
D | piex.cc | 368 std::uint16_t tmp_width = 0; in RafGetDimension() local 372 Get16u(stream, cfa_header_index + 6, endian, &tmp_width)) { in RafGetDimension() 373 *width = tmp_width; in RafGetDimension()
|
/external/libaom/libaom/av1/common/ |
D | reconinter.h | 87 int *tmp_width; member
|
D | reconinter.c | 1233 setup_pred_plane(&pd->dst, a_bsize, ctxt->tmp_buf[j], ctxt->tmp_width[j], in av1_setup_build_prediction_by_above_pred() 1272 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/ |
D | decodeframe.c | 720 uint8_t *tmp_buf[MAX_MB_PLANE], int tmp_width[MAX_MB_PLANE], in dec_build_prediction_by_above_preds() 732 cm, tmp_buf, tmp_width, tmp_height, tmp_stride, xd->mb_to_right_edge, dcb in dec_build_prediction_by_above_preds() 775 uint8_t *tmp_buf[MAX_MB_PLANE], int tmp_width[MAX_MB_PLANE], in dec_build_prediction_by_left_preds() 788 cm, tmp_buf, tmp_width, tmp_height, tmp_stride, xd->mb_to_bottom_edge, dcb in dec_build_prediction_by_left_preds()
|