Home
last modified time | relevance | path

Searched refs:mv_ptr (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dindeo3.c82 const int8_t *mv_ptr; ///< ptr to the motion vector if any member
241 if(cell->mv_ptr){ in copy_cell()
242 mv_y = cell->mv_ptr[0]; in copy_cell()
243 mv_x = cell->mv_ptr[1]; in copy_cell()
346 if (cell->mv_ptr || !skip_flag) \
456 } else if (mode == 10 && !cell->mv_ptr) { in decode_cell_data()
489 } else if (mode == 10 && !cell->mv_ptr) { in decode_cell_data()
510 } else if (mode == 10 && !cell->mv_ptr) { in decode_cell_data()
522 if (mode >= 10 || (cell->mv_ptr || !skip_flag)) { in decode_cell_data()
525 } else if (mode == 10 && !cell->mv_ptr) { in decode_cell_data()
[all...]
H A Dinterplayvideo.c71 GetByteContext stream_ptr, mv_ptr; member
126 B = bytestream2_get_byte(&s->mv_ptr); in ipvideo_decode_block_opcode_0x2()
152 B = bytestream2_get_byte(&s->mv_ptr); in ipvideo_decode_block_opcode_0x3()
176 B = bytestream2_get_byte(&s->mv_ptr); in ipvideo_decode_block_opcode_0x4()
1121 s->mv_ptr = s->stream_ptr; in ipvideo_decode_format_11_opcodes()
1122 bytestream2_skip(&s->mv_ptr, bytestream2_get_le16(&s->stream_ptr)); in ipvideo_decode_format_11_opcodes()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinstrument_pass.cpp50 std::unique_ptr<Instruction> mv_ptr(inst); in MovePreludeCode()
52 if (IsSameBlockOp(&*mv_ptr)) { in MovePreludeCode()
53 auto* sb_inst_ptr = mv_ptr.get(); in MovePreludeCode()
54 same_block_pre_[mv_ptr->result_id()] = sb_inst_ptr; in MovePreludeCode()
56 (*new_blk_ptr)->AddInstruction(std::move(mv_ptr)); in MovePreludeCode()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstrument_pass.cpp50 std::unique_ptr<Instruction> mv_ptr(inst); in MovePreludeCode()
52 if (IsSameBlockOp(&*mv_ptr)) { in MovePreludeCode()
53 auto* sb_inst_ptr = mv_ptr.get(); in MovePreludeCode()
54 same_block_pre_[mv_ptr->result_id()] = sb_inst_ptr; in MovePreludeCode()
56 (*new_blk_ptr)->AddInstruction(std::move(mv_ptr)); in MovePreludeCode()
/third_party/spirv-tools/source/opt/
H A Dinstrument_pass.cpp42 std::unique_ptr<Instruction> mv_ptr(inst); in MovePreludeCode()
44 if (IsSameBlockOp(&*mv_ptr)) { in MovePreludeCode()
45 auto* sb_inst_ptr = mv_ptr.get(); in MovePreludeCode()
46 same_block_pre_[mv_ptr->result_id()] = sb_inst_ptr; in MovePreludeCode()
48 (*new_blk_ptr)->AddInstruction(std::move(mv_ptr)); in MovePreludeCode()

Completed in 9 milliseconds